From 96f796df64c4c94d067386e1abe44a5ab98ab71a Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 23 Feb 2009 17:47:46 -0500 Subject: Fixed sigscript includes (forward declare where possible) --- sigscript/MapEffectWrapper.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sigscript/MapEffectWrapper.cpp') 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 + Sigscript::MapEffectWrapper* Sigscript::MapEffectWrapper::create(const Sigmod::MapEffect* effect, MapWrapper* parent) { Signature sig = Signature(parent, Subsignature(effect->className(), effect->id())); -- cgit