summaryrefslogtreecommitdiffstats
path: root/sigmod/test/TestRules.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmod/test/TestRules.h')
-rw-r--r--sigmod/test/TestRules.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sigmod/test/TestRules.h b/sigmod/test/TestRules.h
index 78b75f72..11af6f34 100644
--- a/sigmod/test/TestRules.h
+++ b/sigmod/test/TestRules.h
@@ -21,8 +21,11 @@
// Test includes
#include "TestSigmodObject.h"
-// Sigmod includes
-#include "../Rules.h"
+// Forward declarations
+namespace Sigmod
+{
+class Rules;
+}
class TestRules : public TestSigmodObject
{