Build fix for tests
authorSimon Hausmann <simon.hausmann@digia.com>
Wed, 22 May 2013 08:41:21 +0000 (10:41 +0200)
committerLars Knoll <lars.knoll@digia.com>
Wed, 22 May 2013 08:45:53 +0000 (10:45 +0200)
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>
src/qml/qml/ftw/qhashedstring_p.h

index 1198b02..a63a85d 100644 (file)
@@ -64,6 +64,8 @@
 #include <stdlib.h>
 #endif
 
+#include <stdint.h>
+
 QT_BEGIN_NAMESPACE
 
 // Enable this to debug hash linking assumptions.