Include <cmath> for sin()/cos()

This commit is contained in:
Dmitry Marakasov 2016-01-05 17:04:17 +03:00
parent 75626243ba
commit 6000d16548
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*
libSDL2pp - C++11 bindings/wrapper for SDL2
Copyright (C) 2013-2015 Dmitry Marakasov <amdmi3@amdmi3.ru>
Copyright (C) 2013-2016 Dmitry Marakasov <amdmi3@amdmi3.ru>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@ -19,6 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include <cmath>
#include <iostream>
#include <SDL2/SDL.h>

View File

@ -1,6 +1,6 @@
/*
libSDL2pp - C++11 bindings/wrapper for SDL2
Copyright (C) 2013-2015 Dmitry Marakasov <amdmi3@amdmi3.ru>
Copyright (C) 2013-2016 Dmitry Marakasov <amdmi3@amdmi3.ru>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@ -19,6 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include <cmath>
#include <iostream>
#include <SDL2/SDL.h>