diff --git a/LEGO1/mxstl/stlcompat.h b/LEGO1/mxstl/stlcompat.h index 29c31549..8a914676 100644 --- a/LEGO1/mxstl/stlcompat.h +++ b/LEGO1/mxstl/stlcompat.h @@ -11,10 +11,12 @@ #include #include #include +#include #include #include using std::list; using std::map; +using std::pair; using std::set; using std::vector; #endif