From 761c64927512d40858bb1d8b24cc5331b95e9ceb Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 27 Aug 2014 15:27:53 +0200 Subject: [PATCH] fix build with icu 53.1 --- common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common.h b/common.h index 2ea50e4..88c99fb 100644 --- a/common.h +++ b/common.h @@ -129,6 +129,7 @@ typedef intintobjargproc ssizessizeobjargproc; #include #include #include +#include #include #define VERSION_HEX(major, minor, patch) \ -- 1.9.3