diff options
| author | Dan Goodliffe <randomdan@akira.random.lan> | 2014-11-29 14:27:05 +0000 |
|---|---|---|
| committer | Dan Goodliffe <randomdan@akira.random.lan> | 2014-11-29 14:27:05 +0000 |
| commit | 02b3b9655a273aee62bf50f592919e3f6b2f4e2b (patch) | |
| tree | 418c9d94b9b57d71ccb99949d14a6233d169d70a /project2/ice/pch.hpp | |
| parent | Rename library test to conform with others (diff) | |
| parent | Unit tests for daemon and fixes for highlighted issues (diff) | |
| download | project2-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.hpp | 2 |
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 |
