From 09c07313928dff1db146427a072c6be903daec87 Mon Sep 17 00:00:00 2001 From: Deve Date: Sat, 15 Jun 2019 21:48:28 +0200 Subject: [PATCH] Fixed compilation. sstream uses _C internally, so it must be included before our #undef _C. --- src/utils/translation.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/translation.hpp b/src/utils/translation.hpp index e1d18dfa6..cd779b13f 100644 --- a/src/utils/translation.hpp +++ b/src/utils/translation.hpp @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include