Replace unused '<cstring>' with '<cstdint>'

This commit is contained in:
vittorioromeo 2024-02-09 13:06:10 +01:00 committed by Vittorio Romeo
parent f3d5762a17
commit 7402e969c9

View File

@ -27,7 +27,7 @@
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
#include <SFML/Network/SocketImpl.hpp> #include <SFML/Network/SocketImpl.hpp>
#include <cstring> #include <cstdint>
namespace sf::priv namespace sf::priv