diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-09-03 10:07:06 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-09-03 10:07:57 (GMT) |
commit | f55a2e6b2b3d97e74c3368552a6fba412d86e0b9 (patch) | |
tree | 9f1cf91c315d0178e2e27c26cbf61ec09ef9cc3a /src | |
parent | 1bf7506ca27ff797d4e4deac567ac515a87eb324 (diff) | |
download | Qt-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.cpp | 1 |
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" |