summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-09-03 10:07:06 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-09-03 10:07:57 (GMT)
commitf55a2e6b2b3d97e74c3368552a6fba412d86e0b9 (patch)
tree9f1cf91c315d0178e2e27c26cbf61ec09ef9cc3a /src
parent1bf7506ca27ff797d4e4deac567ac515a87eb324 (diff)
downloadQt-f55a2e6b2b3d97e74c3368552a6fba412d86e0b9.zip
Qt-f55a2e6b2b3d97e74c3368552a6fba412d86e0b9.tar.gz
Qt-f55a2e6b2b3d97e74c3368552a6fba412d86e0b9.tar.bz2
compile on Windows
The include was accidentally removed in commit e4dfcd4392e5be1b5de8648fc20ff45f7faa30ca; well, now we know what that was for...
Diffstat (limited to 'src')
-rw-r--r--src/script/api/qscriptstring.cpp1
1 files changed, 1 insertions, 0 deletions
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"