From 30f2afac9bf023bce081e52e09b1c0a152d9849a Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 26 Aug 2010 22:01:16 +0000 Subject: (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers --- src/script/squirrel.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/script/squirrel.hpp') 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 + class Squirrel { private: typedef void (SQPrintFunc)(bool error_msg, const SQChar *message); -- cgit v1.2.3-54-g00ecf