diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-26 01:12:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-26 01:12:44 +0100 |
| commit | f097e5b878894f90a087c4d5fdcad05b55dad2ea (patch) | |
| tree | 36dd3fb84494816a0fc05b503b1593b72a0c5dd8 /src | |
| parent | 7ffed930aba6f84eb48c8f7f925e59247b8b1dc3 (diff) | |
Try to fix OS X build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/colour_conversion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/colour_conversion.h b/src/colour_conversion.h index 51762d8b..da42446e 100644 --- a/src/colour_conversion.h +++ b/src/colour_conversion.h @@ -40,6 +40,7 @@ #include "chromaticity.h" #include <boost/shared_ptr.hpp> +#include <boost/serialization/array_wrapper.hpp> #include <boost/numeric/ublas/matrix.hpp> #include <boost/optional.hpp> |
