From 3bd678c76d8ab699e79e5a3cfe43cff2db03fb8f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 22 May 2013 10:41:21 +0200 Subject: [PATCH] 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(+) diff --git a/src/qml/qml/ftw/qhashedstring_p.h b/src/qml/qml/ftw/qhashedstring_p.h index 1198b02..a63a85d 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. -- 2.7.4