diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-21 14:51:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-21 14:51:17 +0100 |
| commit | 21494ed33976f664baf3e2e18dca7d370c71659e (patch) | |
| tree | ee31d7ce8214b985ca1e481893568d7abc666cb7 /src | |
| parent | a7b6fa909acdc58b9eac6b563fab8f4d9999b898 (diff) | |
Attempt to fix OS X build failure.
Diffstat (limited to 'src')
| -rw-r--r-- | src/cxml.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -29,6 +29,11 @@ #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 + namespace xmlpp { class Node; class DomParser; |
