summaryrefslogtreecommitdiff
path: root/project2/ice/sliceCompile.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/ice/sliceCompile.h')
-rw-r--r--project2/ice/sliceCompile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/ice/sliceCompile.h b/project2/ice/sliceCompile.h
index d8e8e32..db4127b 100644
--- a/project2/ice/sliceCompile.h
+++ b/project2/ice/sliceCompile.h
@@ -5,8 +5,9 @@
#include <string>
#include <Slice/Parser.h>
#include <Slice/Preprocessor.h>
+#include <visibility.h>
-class SliceCompile : public IceCompile {
+class DLL_PUBLIC SliceCompile : public IceCompile {
public:
SliceCompile(const boost::filesystem::path & slice, const IceCompile::Deps & dep);