forked from qt-creator/qt-creator
debugger: make the manual test compile with llvm
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__) && !defined(__llvm__)
|
||||||
# define USE_GCC_EXT 1
|
# define USE_GCC_EXT 1
|
||||||
# include <hash_set>
|
# include <hash_set>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user