summaryrefslogtreecommitdiff
path: root/liveengine/src/layers.h
diff options
context:
space:
mode:
Diffstat (limited to 'liveengine/src/layers.h')
-rwxr-xr-xliveengine/src/layers.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/liveengine/src/layers.h b/liveengine/src/layers.h
index 3a7883e..c6f4171 100755
--- a/liveengine/src/layers.h
+++ b/liveengine/src/layers.h
@@ -1,7 +1,8 @@
#ifndef SVGLAYER_H
#define SVGLAYER_H
-#include "ofxSVGTiny.h"
+#include "ofxSVGTiny.h"
+#include "ofMain.h"
class layer
{
@@ -16,7 +17,7 @@ class layer
protected:
bool isLoaded;
private:
-
+
};
class svglayer: public layer