From 4c4ba15a409737abe7cc07bdc452d556ec9ecbdc Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 2 Aug 2012 13:55:36 +0200 Subject: string.h is needed for memcpy() ... which is used by some template code. apparently, the glibc on my rather recent system removed some implicit includes again. Change-Id: I9f85362e54a42cccc1e743f2b27bcdb6a90162e3 Reviewed-by: Thiago Macieira --- src/corelib/global/qendian.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/corelib/global/qendian.h b/src/corelib/global/qendian.h index 4048eca953..faf2871c60 100644 --- a/src/corelib/global/qendian.h +++ b/src/corelib/global/qendian.h @@ -51,6 +51,8 @@ #include #endif +#include + QT_BEGIN_HEADER QT_BEGIN_NAMESPACE -- cgit v1.2.3