diff options
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/sdl_v.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp index cf0e9971d..f52478c5d 100644 --- a/src/video/sdl_v.cpp +++ b/src/video/sdl_v.cpp @@ -11,6 +11,7 @@ #include "../variables.h" #include "../blitter/factory.hpp" #include "../network/network.h" +#include "../core/math_func.hpp" #include "sdl_v.h" #include <SDL.h> |