summaryrefslogtreecommitdiffstats
path: root/sigscript/SkinWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/SkinWrapper.cpp')
-rw-r--r--sigscript/SkinWrapper.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/sigscript/SkinWrapper.cpp b/sigscript/SkinWrapper.cpp
index bcdd3351..2f821b9f 100644
--- a/sigscript/SkinWrapper.cpp
+++ b/sigscript/SkinWrapper.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 @@
// Sigmod scripting
#include "SigmodWrapper.h"
+// Sigmod includes
+#include <sigmod/Skin.h>
+
Sigscript::SkinWrapper* Sigscript::SkinWrapper::create(const Sigmod::Skin* skin, SigmodWrapper* parent)
{
Signature sig = Signature(parent, Subsignature(skin->className(), skin->id()));