summaryrefslogtreecommitdiff
path: root/src/sdl2gfx
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-09 00:41:33 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-09 00:41:33 +0300
commit2ca4e0c78425b72159b17d28da1631c6c4e1f920 (patch)
tree12a531c905592157452193359f3152d76bb159d8 /src/sdl2gfx
parent62b9654f2bde378c4f25e721c78d5bbb1d0bc8cb (diff)
downloadplus-2ca4e0c78425b72159b17d28da1631c6c4e1f920.tar.gz
plus-2ca4e0c78425b72159b17d28da1631c6c4e1f920.tar.bz2
plus-2ca4e0c78425b72159b17d28da1631c6c4e1f920.tar.xz
plus-2ca4e0c78425b72159b17d28da1631c6c4e1f920.zip
Restore math.h include in SDL2_rotozoom.h
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 e77f946a8..9a64d2a92 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 <cmath>
+#include <math.h>
/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus