cmath has to be included on some places to compile for android
parent
c9752ad5fd
commit
e83f4962b3
|
@ -29,6 +29,7 @@
|
|||
#include <TGUI/ChatBox.hpp>
|
||||
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
#include <SFML/OpenGL.hpp>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace tgui
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <TGUI/Texture.hpp>
|
||||
|
||||
#include <cctype>
|
||||
#include <cmath>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
#include <TGUI/Container.hpp>
|
||||
#include <TGUI/Knob.hpp>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace tgui
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
#include <SFML/OpenGL.hpp>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace tgui
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <SFML/OpenGL.hpp>
|
||||
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Reference in New Issue