summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-02 13:55:36 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-02 16:50:42 +0200
commit4c4ba15a409737abe7cc07bdc452d556ec9ecbdc (patch)
tree9bf1d96436b5d20b55e547d7456440cbf2dcf405 /src
parent1fd85093a400bd9a3f69de7512451a33e257d669 (diff)
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 <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qendian.h2
1 files changed, 2 insertions, 0 deletions
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 <byteswap.h>
#endif
+#include <string.h>
+
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE