Skip to content
Snippets Groups Projects
Commit c6074591 authored by hjk's avatar hjk
Browse files

debugger: make the manual test compile with llvm

parent 4b9a0e27
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@
#include <string>
#include <vector>
#if defined(__GNUC__)
#if defined(__GNUC__) && !defined(__llvm__)
# define USE_GCC_EXT 1
# include <hash_set>
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment