From a7ce12c161811f2522b6801baebe4f18b3689fb5 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 23 Feb 2024 09:49:10 -0500 Subject: [PATCH] Update STL compat --- LEGO1/mxstl/stlcompat.h | 2 ++ 1 file changed, 2 insertions(+) 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