summaryrefslogtreecommitdiff
path: root/project2/ice/pch.hpp
diff options
context:
space:
mode:
authorDan Goodliffe <randomdan@akira.random.lan>2014-11-29 14:27:05 +0000
committerDan Goodliffe <randomdan@akira.random.lan>2014-11-29 14:27:05 +0000
commit02b3b9655a273aee62bf50f592919e3f6b2f4e2b (patch)
tree418c9d94b9b57d71ccb99949d14a6233d169d70a /project2/ice/pch.hpp
parentRename library test to conform with others (diff)
parentUnit tests for daemon and fixes for highlighted issues (diff)
downloadproject2-02b3b9655a273aee62bf50f592919e3f6b2f4e2b.tar.bz2
project2-02b3b9655a273aee62bf50f592919e3f6b2f4e2b.tar.xz
project2-02b3b9655a273aee62bf50f592919e3f6b2f4e2b.zip
Merge remote-tracking branch 'origin/slicer'
Diffstat (limited to 'project2/ice/pch.hpp')
-rw-r--r--project2/ice/pch.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/project2/ice/pch.hpp b/project2/ice/pch.hpp
index c74eebf..21f44dc 100644
--- a/project2/ice/pch.hpp
+++ b/project2/ice/pch.hpp
@@ -15,6 +15,8 @@
#include <Slice/Parser.h>
#include <string>
#include <variables.h>
+#include <slicer/modelParts.h>
+#include <slicer/serializer.h>
#endif
#endif