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
parent
1fd85093a4
commit
4c4ba15a40
|
|
@ -51,6 +51,8 @@
|
|||
#include <byteswap.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue