From 0abd5557c057b1822b808f6592011841056f1571 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 18 Oct 2015 18:13:27 +0100 Subject: [PATCH] Add missing #includes. --- build/has_icu_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/has_icu_test.cpp b/build/has_icu_test.cpp index 98166e49..7b3eb62c 100644 --- a/build/has_icu_test.cpp +++ b/build/has_icu_test.cpp @@ -14,6 +14,8 @@ #include #include #include +#include +#include #if defined(_MSC_VER) && !defined(_DLL) #error "Mixing ICU with a static runtime doesn't work"