Looks like <ext/alloc_traits.h> available since GCC 4.7.
--HG-- branch : develop
This commit is contained in:
parent
0563df117d
commit
b0d248a7a0
|
@ -26,8 +26,10 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#if defined(__GNUC__) && !defined(__APPLE__)
|
||||
#if (__GNUC__ * 100 + __GNUC_MINOR__) > 406
|
||||
#include <ext/alloc_traits.h>
|
||||
#endif
|
||||
#endif
|
||||
#include <qcompilerdetection.h>
|
||||
#include <string.h>
|
||||
#include <QString>
|
||||
|
|
Loading…
Reference in New Issue
Block a user