From ae07ef4cf606147c77b6ba472956e2793e251ba6 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Thu, 5 Feb 2015 11:20:25 +0100 Subject: for 32bit systems there was a compile issue, hopefully this commit solves that (issue 167) --- zend/includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zend/includes.h') diff --git a/zend/includes.h b/zend/includes.h index 31d3963..97cacc9 100644 --- a/zend/includes.h +++ b/zend/includes.h @@ -47,6 +47,7 @@ * Include other files from this library */ #include "../include/noexcept.h" +#include "../include/platform.h" #include "../include/version.h" #include "../include/inivalue.h" #include "../include/ini.h" -- cgit v1.2.3