aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/ftw
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-05-22 10:41:21 +0200
committerLars Knoll <lars.knoll@digia.com>2013-05-22 10:45:53 +0200
commit3bd678c76d8ab699e79e5a3cfe43cff2db03fb8f (patch)
treeaad69d097fc7e9f7e324a8764e8f297bf08668f7 /src/qml/qml/ftw
parent8314966822a23a5e4116bfd48cbbf15c6e94f951 (diff)
Build fix for tests
This file uses uint16_t and therefore needs to include stdint.h for the declarations. Change-Id: Ifd95a4ade6ecb8560deca4d0118b985d939cfba2 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/ftw')
-rw-r--r--src/qml/qml/ftw/qhashedstring_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/ftw/qhashedstring_p.h b/src/qml/qml/ftw/qhashedstring_p.h
index 1198b0244f..a63a85d3c6 100644
--- a/src/qml/qml/ftw/qhashedstring_p.h
+++ b/src/qml/qml/ftw/qhashedstring_p.h
@@ -64,6 +64,8 @@
#include <stdlib.h>
#endif
+#include <stdint.h>
+
QT_BEGIN_NAMESPACE
// Enable this to debug hash linking assumptions.