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>
This commit is contained in:
Simon Hausmann 2013-05-22 10:41:21 +02:00 committed by Lars Knoll
parent 8314966822
commit 3bd678c76d
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@
#include <stdlib.h>
#endif
#include <stdint.h>
QT_BEGIN_NAMESPACE
// Enable this to debug hash linking assumptions.