Add missing #includes

This commit is contained in:
Johel Ernesto Guerrero Peña 2023-07-13 19:37:45 -04:00 committed by GitHub
parent bb9ba0d7ef
commit 00b6488c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <SFML/System/Export.hpp>
#include <chrono>
#include <ratio>
#include <cstdint>

View File

@ -28,6 +28,8 @@
#include <SFML/Window/GlContext.hpp>
#include <SFML/Window/GlResource.hpp>
#include <utility>
namespace sf
{