diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-24 21:02:37 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-24 21:02:37 (GMT) |
commit | 0ab51d2d23045021aed225dec8d3c3003316a124 (patch) | |
tree | 56550f802d302e9ab4664e591581a273013c0934 /src/mainwin.cc | |
parent | dc4bc159251e8300fa51554f50008d8c59a50a02 (diff) |
Extracted librarydir initialization to separate function
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 3243847..6ef7777 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -27,6 +27,7 @@ #include "PolySetCache.h" #include "MainWindow.h" #include "openscad.h" // examplesdir +#include "parsersettings.h" #include "Preferences.h" #include "printutils.h" #include "node.h" |