From 21494ed33976f664baf3e2e18dca7d370c71659e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Jul 2014 14:51:17 +0100 Subject: Attempt to fix OS X build failure. --- src/cxml.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/cxml.h b/src/cxml.h index ce62ca9..40670c3 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -29,6 +29,11 @@ #include #include +/* Hack for OS X compile failure; see https://bugs.launchpad.net/hugin/+bug/910160 */ +#ifdef check +#undef check +#endif + namespace xmlpp { class Node; class DomParser; -- cgit v1.2.3