summaryrefslogtreecommitdiff
path: root/src/script/squirrel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/squirrel.hpp')
-rw-r--r--src/script/squirrel.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/squirrel.hpp b/src/script/squirrel.hpp
index ec9871d72..53a74eaaa 100644
--- a/src/script/squirrel.hpp
+++ b/src/script/squirrel.hpp
@@ -12,6 +12,8 @@
#ifndef SQUIRREL_HPP
#define SQUIRREL_HPP
+#include <squirrel.h>
+
class Squirrel {
private:
typedef void (SQPrintFunc)(bool error_msg, const SQChar *message);