diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 17:47:46 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 17:47:46 -0500 |
| commit | 96f796df64c4c94d067386e1abe44a5ab98ab71a (patch) | |
| tree | fa194140f031d81b406ae4a77d56e0869e7a853b /sigscript/MapEffectWrapper.cpp | |
| parent | c96216fb11f0ff1efbdc6cf7ff6b4e3d1fd2b9c6 (diff) | |
| download | sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.tar.gz sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.tar.xz sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.zip | |
Fixed sigscript includes (forward declare where possible)
Diffstat (limited to 'sigscript/MapEffectWrapper.cpp')
| -rw-r--r-- | sigscript/MapEffectWrapper.cpp | 3 |
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())); |
