diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-27 22:50:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-27 22:50:01 +0000 |
| commit | 04b4d9f08ee30eb4dc4e62cddc4b332c69d18ac0 (patch) | |
| tree | acdc02ea849b4b6553e073f3cce2574ee59c2403 /src/lut_cache.h | |
| parent | 95de247288c5abfd35347d8ad5fe4d5317eb2252 (diff) | |
Remove LUT parent class.
Diffstat (limited to 'src/lut_cache.h')
| -rw-r--r-- | src/lut_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lut_cache.h b/src/lut_cache.h index d1968579..e2287775 100644 --- a/src/lut_cache.h +++ b/src/lut_cache.h @@ -22,6 +22,7 @@ #include <list> #include <boost/shared_ptr.hpp> +#include <boost/noncopyable.hpp> template<class T> class LUTCache : public boost::noncopyable |
