From fb85fcb8bf3293c29091221cf71c7cfd1ece1a07 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sun, 12 Nov 2023 04:30:19 +0000 Subject: [PATCH] Add missing inclusion, which is needed for modern libstd++ --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 381b610..7c7cbed 100644 --- a/main.cpp +++ b/main.cpp @@ -13,6 +13,7 @@ #include #include +#include #include #include #include -- 2.30.2