00001 #ifndef GALOIS_C__11_COMPAT_UNORDERED_SET_H 00002 #define GALOIS_C__11_COMPAT_UNORDERED_SET_H 00003 00004 #include <boost/tr1/unordered_set.hpp> 00005 namespace std { using namespace std::tr1; } 00006 #endif