summaryrefslogtreecommitdiffstats
path: root/sigscript/MapEffectWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MapEffectWrapper.cpp')
-rw-r--r--sigscript/MapEffectWrapper.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sigscript/MapEffectWrapper.cpp b/sigscript/MapEffectWrapper.cpp
index da10d478..6b3c0d0d 100644
--- a/sigscript/MapEffectWrapper.cpp
+++ b/sigscript/MapEffectWrapper.cpp
@@ -22,6 +22,9 @@
#include "MapWrapper.h"
#include "SigmodWrapper.h"
+// Sigmod includes
+#include <sigmod/MapEffect.h>
+
Sigscript::MapEffectWrapper* Sigscript::MapEffectWrapper::create(const Sigmod::MapEffect* effect, MapWrapper* parent)
{
Signature sig = Signature(parent, Subsignature(effect->className(), effect->id()));