fix visual studio 2019 complaints regarding the int64_t type not being a member of the std namespace

This commit is contained in:
Pierce Brooks 2022-09-21 18:55:25 -04:00 committed by Lukas Dürrenberger
parent 3a3935d005
commit c565daccae

View File

@ -31,6 +31,7 @@
#include <SFML/System/Export.hpp>
#include <chrono>
#include <cstdint>
namespace sf