From a7009e841a4c9a6342932563a1b9050a9d0092c1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Jul 2014 00:07:07 +0100 Subject: Another try at the OS X build fix. --- src/cxml.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/cxml.h b/src/cxml.h index 40670c3..75af36b 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -27,13 +27,14 @@ #include #include #include -#include /* Hack for OS X compile failure; see https://bugs.launchpad.net/hugin/+bug/910160 */ #ifdef check #undef check #endif +#include + namespace xmlpp { class Node; class DomParser; -- cgit v1.2.3