From ee7af21e411d5d43ba67f4b67603f72e62b0570d Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 29 Jun 2014 16:57:50 +0200 Subject: Fix msvc2012 build --- src/util/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util') diff --git a/src/util/string.h b/src/util/string.h index 4aeea17db..6e2db0af4 100644 --- a/src/util/string.h +++ b/src/util/string.h @@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include #include +#include #define STRINGIFY(x) #x #define TOSTRING(x) STRINGIFY(x) -- cgit v1.2.3