diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-23 15:34:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-23 15:34:47 +0100 |
| commit | 02ff5c5989c4e2a84e4a3be8123abdbd887f8648 (patch) | |
| tree | 4cb8b458691329cba95e8e282aa01803ccef3848 /src/lut.h | |
| parent | 04156a67a01fbb81c6e8b59ecff6a22dee712c30 (diff) | |
A few small cleanups.
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) |
