diff --git a/std/array.hpp b/std/array.hpp index 133163ff0b..41f70448d3 100644 --- a/std/array.hpp +++ b/std/array.hpp @@ -5,9 +5,9 @@ #undef new #endif -#include +#include -using boost::array; +using std::array; #ifdef DEBUG_NEW #define new DEBUG_NEW