Another try at the OS X build fix.
authorCarl Hetherington <cth@carlh.net>
Mon, 21 Jul 2014 23:07:07 +0000 (00:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 21 Jul 2014 23:07:07 +0000 (00:07 +0100)
src/cxml.h

index 40670c33abf484f481539e390cc9692abfa36fff..75af36b401a719e34a5fd4c3c80cb77b4902c15e 100644 (file)
 #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;