From a0a8c3fff9de80e891308d40e1394d0092055d1a Mon Sep 17 00:00:00 2001 From: - <-> Date: Wed, 22 Mar 2023 16:24:30 -0700 Subject: [PATCH] update for g++11 --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 529e0b8..4a008a7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,6 +16,7 @@ #include "oopless-parser.hpp" #include "brushdef.hpp" +#include using namespace std;