From f55a2e6b2b3d97e74c3368552a6fba412d86e0b9 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Thu, 3 Sep 2009 12:07:06 +0200 Subject: compile on Windows The include was accidentally removed in commit e4dfcd4392e5be1b5de8648fc20ff45f7faa30ca; well, now we know what that was for... --- src/script/api/qscriptstring.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/script/api/qscriptstring.cpp b/src/script/api/qscriptstring.cpp index 8c818e1..94b69b9 100644 --- a/src/script/api/qscriptstring.cpp +++ b/src/script/api/qscriptstring.cpp @@ -39,6 +39,7 @@ ** ****************************************************************************/ +#include "config.h" // compile on Windows #include "qscriptstring.h" #include "qscriptstring_p.h" #include "qscriptengine.h" -- cgit v0.12