mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
|
#if __GNUC__==3
|
||
|
#include <ext/hash_set>
|
||
|
using __gnu_cxx::hash_set;
|
||
|
#else
|
||
|
#include <hash_set>
|
||
|
#endif
|