aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/evaluatorscriptclass.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-11-28 13:09:19 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-11-28 12:54:18 +0000
commit2fafaabb39b98dfb2c79a85fbe9b159311ab503e (patch)
tree72cd06ea21b28027965e05460b8fddf292b31265 /src/lib/corelib/language/evaluatorscriptclass.cpp
parentc3c64bb5161f55663dee3a27e777b6dc8680fead (diff)
Fix build with Qt 5.6
The header defining the qAsConst replacement was not included in all places where it was needed. Change-Id: I84fc98982d77a85cf9d5af30fb4e8587085c349b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/lib/corelib/language/evaluatorscriptclass.cpp')
-rw-r--r--src/lib/corelib/language/evaluatorscriptclass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/corelib/language/evaluatorscriptclass.cpp b/src/lib/corelib/language/evaluatorscriptclass.cpp
index 6fcbd82c3..10d354ab4 100644
--- a/src/lib/corelib/language/evaluatorscriptclass.cpp
+++ b/src/lib/corelib/language/evaluatorscriptclass.cpp
@@ -49,6 +49,7 @@
#include <logging/translator.h>
#include <tools/fileinfo.h>
#include <tools/qbsassert.h>
+#include <tools/qttools.h>
#include <tools/scripttools.h>
#include <QtCore/qbytearray.h>