diff options
| -rw-r--r-- | src/cxml.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |
