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>
bb10
Oswald Buddenhagen 2012-08-02 13:55:36 +02:00 committed by Qt by Nokia
parent 1fd85093a4
commit 4c4ba15a40
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@
#include <byteswap.h>
#endif
#include <string.h>
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE