summaryrefslogtreecommitdiffstats
path: root/sigscript/RulesWrapper.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-23 17:47:46 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-23 17:47:46 -0500
commit96f796df64c4c94d067386e1abe44a5ab98ab71a (patch)
treefa194140f031d81b406ae4a77d56e0869e7a853b /sigscript/RulesWrapper.cpp
parentc96216fb11f0ff1efbdc6cf7ff6b4e3d1fd2b9c6 (diff)
downloadsigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.tar.gz
sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.tar.xz
sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.zip
Fixed sigscript includes (forward declare where possible)
Diffstat (limited to 'sigscript/RulesWrapper.cpp')
-rw-r--r--sigscript/RulesWrapper.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sigscript/RulesWrapper.cpp b/sigscript/RulesWrapper.cpp
index 0eae7b5c..bd979667 100644
--- a/sigscript/RulesWrapper.cpp
+++ b/sigscript/RulesWrapper.cpp
@@ -21,6 +21,9 @@
// Sigscript includes
#include "SigmodWrapper.h"
+// Sigmod includes
+#include <sigmod/Rules.h>
+
Sigscript::RulesWrapper* Sigscript::RulesWrapper::create(const Sigmod::Rules* rules, SigmodWrapper* parent)
{
Signature sig = Signature(parent, Subsignature(rules->className(), rules->id()));