debugger: make the manual test compile with llvm

This commit is contained in:
hjk
2010-06-08 09:37:26 +02:00
parent 4b9a0e27db
commit c60745911a

View File

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