From: Simon Hausmann Date: Wed, 22 May 2013 08:41:21 +0000 (+0200) Subject: Build fix for tests X-Git-Tag: upstream/5.2.1~669^2~439 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bd678c76d8ab699e79e5a3cfe43cff2db03fb8f;p=platform%2Fupstream%2Fqtdeclarative.git 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 --- 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.