summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;