diff options
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; |
