X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flut.h;h=ad2914671dcdc9d8a53c75ae71eff220d62f3f6f;hb=6eaf721983d959de9adf6347525fa203395e2bd5;hp=3efcaaeddd66e443d8e27d51172603a49a6784eb;hpb=5c86ba1faafe08d8777ac934655b3444a6b62cbf;p=libdcp.git 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)