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