From 96a33e4c6bbf35d7fd0f8a0bae67f21f0a6b81cc Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 5 Dec 2024 16:21:28 -0700 Subject: [PATCH] Fix --- LEGO1/mxstl/stlcompat.h | 1 + 1 file changed, 1 insertion(+) 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;