Include cmath for sin/cos

This commit is contained in:
Dmitry Marakasov 2015-03-26 19:30:32 +03:00
parent 9a2e6a2e9c
commit 8bdc43417d

View File

@ -19,6 +19,7 @@
3. This notice may not be removed or altered from any source distribution. 3. This notice may not be removed or altered from any source distribution.
*/ */
#include <cmath>
#include <iostream> #include <iostream>
#include <SDL2/SDL.h> #include <SDL2/SDL.h>