summaryrefslogtreecommitdiff
path: root/src/sdl2gfx
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-08 01:44:20 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-08 01:44:20 +0300
commit69a1bbcd0c2170975556bfe495e1f169fd6c7726 (patch)
tree2edca171b40bbbb421f7eaaf857ed79e794730c1 /src/sdl2gfx
parent34a83475636164cf43551d9ec83ec30da5a7e7f2 (diff)
downloadplus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.tar.gz
plus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.tar.bz2
plus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.tar.xz
plus-69a1bbcd0c2170975556bfe495e1f169fd6c7726.zip
Replace depricated headers.
Diffstat (limited to 'src/sdl2gfx')
-rw-r--r--src/sdl2gfx/SDL2_rotozoom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl2gfx/SDL2_rotozoom.h b/src/sdl2gfx/SDL2_rotozoom.h
index 9a64d2a92..e77f946a8 100644
--- a/src/sdl2gfx/SDL2_rotozoom.h
+++ b/src/sdl2gfx/SDL2_rotozoom.h
@@ -30,7 +30,7 @@ Andreas Schiffler -- aschiffler at ferzkopp dot net
#ifndef _SDL2_rotozoom_h
#define _SDL2_rotozoom_h
-#include <math.h>
+#include <cmath>
/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus