Fixed compile error with std::abs in Sprite.cpp
This commit is contained in:
parent
26fa99f197
commit
4c04a0ce8f
|
@ -28,7 +28,7 @@
|
||||||
#include <SFML/Graphics/Sprite.hpp>
|
#include <SFML/Graphics/Sprite.hpp>
|
||||||
#include <SFML/Graphics/Texture.hpp>
|
#include <SFML/Graphics/Texture.hpp>
|
||||||
#include <SFML/Graphics/RenderTarget.hpp>
|
#include <SFML/Graphics/RenderTarget.hpp>
|
||||||
#include <cmath>
|
#include <cstdlib>
|
||||||
|
|
||||||
|
|
||||||
namespace sf
|
namespace sf
|
||||||
|
|
Loading…
Reference in a new issue