From 75f50e0bf8ef822b3440625f3f875359d3aed9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 29 Oct 2016 15:55:03 +0200 Subject: [PATCH] try to fix VS compile error for std::uint32_t --- lib/preprocessor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/preprocessor.cpp b/lib/preprocessor.cpp index d4bb1fe05..36d8714b2 100644 --- a/lib/preprocessor.cpp +++ b/lib/preprocessor.cpp @@ -30,6 +30,7 @@ #include #include #include +#include /** * Remove heading and trailing whitespaces from the input parameter.