mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Add missing #include
s
This commit is contained in:
parent
bb9ba0d7ef
commit
00b6488c3e
@ -30,6 +30,7 @@
|
||||
#include <SFML/System/Export.hpp>
|
||||
|
||||
#include <chrono>
|
||||
#include <ratio>
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
@ -28,6 +28,8 @@
|
||||
#include <SFML/Window/GlContext.hpp>
|
||||
#include <SFML/Window/GlResource.hpp>
|
||||
|
||||
#include <utility>
|
||||
|
||||
|
||||
namespace sf
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user