diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-26 02:05:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-26 02:05:07 +0100 |
| commit | ac1602d2fc8bd6498c4d3fb514d9b83b537e02b9 (patch) | |
| tree | d3361b993abfa27f5177cec677cf5d5a52901d4b /src | |
| parent | f097e5b878894f90a087c4d5fdcad05b55dad2ea (diff) | |
Try to fix build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/colour_conversion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/colour_conversion.h b/src/colour_conversion.h index da42446e..c6f6f529 100644 --- a/src/colour_conversion.h +++ b/src/colour_conversion.h @@ -40,7 +40,9 @@ #include "chromaticity.h" #include <boost/shared_ptr.hpp> +#if BOOST_VERSION >= 106400 #include <boost/serialization/array_wrapper.hpp> +#endif #include <boost/numeric/ublas/matrix.hpp> #include <boost/optional.hpp> |
