Looks like <ext/alloc_traits.h> available since GCC 4.7.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-08-21 12:09:05 +03:00
parent 0563df117d
commit b0d248a7a0

View File

@ -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>