From 333db013fdb5b421c5a881ab4974c0672708eccf Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 1 Jul 2015 15:21:04 +0200 Subject: [PATCH] change the inclusion order which fixes the vc build --- ext/intl/intl_convertcpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/intl/intl_convertcpp.h b/ext/intl/intl_convertcpp.h index 45ba7a2cd7..eab5f149c8 100644 --- a/ext/intl/intl_convertcpp.h +++ b/ext/intl/intl_convertcpp.h @@ -23,8 +23,8 @@ #error Should be included only in C++ Files #endif -#include #include +#include int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status); -- 2.40.0