summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-21 14:51:17 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-21 14:51:17 +0100
commit21494ed33976f664baf3e2e18dca7d370c71659e (patch)
treeee31d7ce8214b985ca1e481893568d7abc666cb7 /src
parenta7b6fa909acdc58b9eac6b563fab8f4d9999b898 (diff)
Attempt to fix OS X build failure.
Diffstat (limited to 'src')
-rw-r--r--src/cxml.h5
1 files changed, 5 insertions, 0 deletions
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 <boost/algorithm/string/erase.hpp>
#include <glibmm.h>
+/* 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;