diff options
Diffstat (limited to 'src/lut.h')
| -rw-r--r-- | src/lut.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,8 +20,8 @@ #ifndef LIBDCP_LUT_H #define LIBDCP_LUT_H -#include <cmath> #include <boost/utility.hpp> +#include <cmath> namespace dcp { |
