mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
fix visual studio 2019 complaints regarding the int64_t type not being a member of the std namespace
This commit is contained in:
parent
3a3935d005
commit
c565daccae
@ -31,6 +31,7 @@
|
||||
#include <SFML/System/Export.hpp>
|
||||
|
||||
#include <chrono>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
namespace sf
|
||||
|
Loading…
Reference in New Issue
Block a user