From 3bd678c76d8ab699e79e5a3cfe43cff2db03fb8f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 22 May 2013 10:41:21 +0200 Subject: 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 --- src/qml/qml/ftw/qhashedstring_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qml/qml/ftw') 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 #endif +#include + QT_BEGIN_NAMESPACE // Enable this to debug hash linking assumptions. -- cgit v1.2.3