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