From 06ca40ff782231f58d629b09004700714d96fa0c Mon Sep 17 00:00:00 2001 From: valmat Date: Mon, 14 Apr 2014 00:36:01 +0600 Subject: Separated class IniValue from class Ini Also replaced Ini::get() on ini_get() see https://github.com/CopernicaMarketingSoftware/PHP-CPP/issues/64#issuecomment-40313791 --- phpcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'phpcpp.h') diff --git a/phpcpp.h b/phpcpp.h index 4e9735d..3f94cef 100644 --- a/phpcpp.h +++ b/phpcpp.h @@ -26,6 +26,7 @@ /** * Include all headers files that are related to this library */ +#include #include #include #include -- cgit v1.2.3