diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/colour_conversion.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/colour_conversion.h b/src/lib/colour_conversion.h index 85d951ce1..f6b5bc9f3 100644 --- a/src/lib/colour_conversion.h +++ b/src/lib/colour_conversion.h @@ -20,6 +20,11 @@ #ifndef DCPOMATIC_COLOUR_CONVERSION_H #define DCPOMATIC_COLOUR_CONVERSION_H +/* Hack for OS X compile failure; see https://bugs.launchpad.net/hugin/+bug/910160 */ +#ifdef check +#undef check +#endif + #include <boost/utility.hpp> #include <boost/optional.hpp> #include <boost/numeric/ublas/matrix.hpp> |
