summaryrefslogtreecommitdiffstats
path: root/sigscript/MoveWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MoveWrapper.cpp')
-rw-r--r--sigscript/MoveWrapper.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/sigscript/MoveWrapper.cpp b/sigscript/MoveWrapper.cpp
index 17c3b4f2..9025903c 100644
--- a/sigscript/MoveWrapper.cpp
+++ b/sigscript/MoveWrapper.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/Move.h>
+
Sigscript::MoveWrapper* Sigscript::MoveWrapper::create(const Sigmod::Move* move, SigmodWrapper* parent)
{
Signature sig = Signature(parent, Subsignature(move->className(), move->id()));