diff options
Diffstat (limited to 'src/imagefilters.cpp')
-rw-r--r-- | src/imagefilters.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imagefilters.cpp b/src/imagefilters.cpp index b34027725..dd029628f 100644 --- a/src/imagefilters.cpp +++ b/src/imagefilters.cpp @@ -18,7 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "imagefilters.h" #include "util/numeric.h" -#include <math.h> +#include <cmath> /* Fill in RGB values for transparent pixels, to correct for odd colors * appearing at borders when blending. This is because many PNG optimizers |