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