From bf94b714478dca1492c4fccddceec195694b1080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Insaurralde=20Avalos?= Date: Mon, 17 Jul 2023 22:50:23 -0400 Subject: [PATCH] Fix boost 1.78 workaround --- src/boost_regex.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/boost_regex.hpp b/src/boost_regex.hpp index ac5b5fbced..a08b52b5af 100644 --- a/src/boost_regex.hpp +++ b/src/boost_regex.hpp @@ -10,6 +10,7 @@ # define NOMINMAX # endif # include +# undef BASETYPES # endif #endif