summaryrefslogtreecommitdiffstats
path: root/sigscript/NatureWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/NatureWrapper.cpp')
-rw-r--r--sigscript/NatureWrapper.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/sigscript/NatureWrapper.cpp b/sigscript/NatureWrapper.cpp
index e6af8718..57b0635a 100644
--- a/sigscript/NatureWrapper.cpp
+++ b/sigscript/NatureWrapper.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -21,6 +21,9 @@
// Sigscript includes
#include "SigmodWrapper.h"
+// Sigmod includes
+#include <sigmod/Nature.h>
+
Sigscript::NatureWrapper* Sigscript::NatureWrapper::create(const Sigmod::Nature* nature, SigmodWrapper* parent)
{
Signature sig = Signature(parent, Subsignature(nature->className(), nature->id()));