cmath has to be included on some places to compile for android

0.8
Bruno Van de Velde 2015-01-16 19:38:02 +01:00
parent c9752ad5fd
commit e83f4962b3
6 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <TGUI/ChatBox.hpp>
#include <cassert>
#include <cmath>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

View File

@ -28,6 +28,8 @@
#include <SFML/OpenGL.hpp>
#include <cmath>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
namespace tgui

View File

@ -28,6 +28,7 @@
#include <TGUI/Texture.hpp>
#include <cctype>
#include <cmath>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

View File

@ -26,6 +26,8 @@
#include <TGUI/Container.hpp>
#include <TGUI/Knob.hpp>
#include <cmath>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
namespace tgui

View File

@ -28,6 +28,8 @@
#include <SFML/OpenGL.hpp>
#include <cmath>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
namespace tgui

View File

@ -31,6 +31,7 @@
#include <SFML/OpenGL.hpp>
#include <cassert>
#include <cmath>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////