From 02ff5c5989c4e2a84e4a3be8123abdbd887f8648 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 23 Jul 2013 15:34:47 +0100 Subject: A few small cleanups. --- src/lut.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lut.h') diff --git a/src/lut.h b/src/lut.h index 3efcaaed..ad291467 100644 --- a/src/lut.h +++ b/src/lut.h @@ -21,10 +21,11 @@ #define LIBDCP_LUT_H #include +#include namespace libdcp { -class LUT +class LUT : boost::noncopyable { public: LUT(int bit_depth, float gamma) -- cgit v1.2.3