summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-22 00:07:07 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-22 00:07:07 +0100
commita7009e841a4c9a6342932563a1b9050a9d0092c1 (patch)
treee946c4d3b3094a254b65668cf78b9352b1b3b5b0 /src
parent21494ed33976f664baf3e2e18dca7d370c71659e (diff)
Another try at the OS X build fix.
Diffstat (limited to 'src')
-rw-r--r--src/cxml.h3
1 files changed, 2 insertions, 1 deletions
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 <boost/optional.hpp>
#include <boost/filesystem.hpp>
#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
+#include <glibmm.h>
+
namespace xmlpp {
class Node;
class DomParser;