diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-22 00:07:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-22 00:07:07 +0100 |
| commit | a7009e841a4c9a6342932563a1b9050a9d0092c1 (patch) | |
| tree | e946c4d3b3094a254b65668cf78b9352b1b3b5b0 /src | |
| parent | 21494ed33976f664baf3e2e18dca7d370c71659e (diff) | |
Another try at the OS X build fix.
Diffstat (limited to 'src')
| -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; |
