From 35db5d3da992216180ed8b1422461e9218f7dc54 Mon Sep 17 00:00:00 2001 From: Michael Legleux Date: Wed, 29 Jun 2022 15:37:51 -0700 Subject: [PATCH] add headers for building with gcc-12 (#201) Signed-off-by: Michael Legleux --- src/main/impl/Build.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/impl/Build.cpp b/src/main/impl/Build.cpp index 656436146..e935e8159 100644 --- a/src/main/impl/Build.cpp +++ b/src/main/impl/Build.cpp @@ -2,6 +2,8 @@ #include #include #include
+#include +#include namespace Build {