Fix compile on linux with gcc 12.2.0

Undefined NUL
This commit is contained in:
Radek Dutkiewicz 2022-10-11 11:50:11 +01:00 committed by Lukas Dürrenberger
parent d0cf86d516
commit 2503b00299

View File

@ -31,6 +31,7 @@
#include <SFML/Window/Export.hpp> #include <SFML/Window/Export.hpp>
#include <SFML/Window/WindowHandle.hpp> #include <SFML/Window/WindowHandle.hpp>
#include <vector> #include <vector>
#include <cstddef>
#include <stdint.h> #include <stdint.h>