diff options
Diffstat (limited to 'src/lut.h')
| -rw-r--r-- | src/lut.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,10 +21,11 @@ #define LIBDCP_LUT_H #include <cmath> +#include <boost/utility.hpp> namespace libdcp { -class LUT +class LUT : boost::noncopyable { public: LUT(int bit_depth, float gamma) |
