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:
parent
8314966822
commit
3bd678c76d
|
@ -64,6 +64,8 @@
|
|||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
// Enable this to debug hash linking assumptions.
|
||||
|
|
Loading…
Reference in New Issue