diff --git a/LEGO1/mxstl/stlcompat.h b/LEGO1/mxstl/stlcompat.h index c6f525bd..4a6814f3 100644 --- a/LEGO1/mxstl/stlcompat.h +++ b/LEGO1/mxstl/stlcompat.h @@ -16,6 +16,7 @@ #include using std::list; using std::map; +using std::multiset; using std::pair; using std::set; using std::vector;