build: Fix building with GCC 13

pull/932/head
Artem Polishchuk 1 year ago committed by flightlessmango
parent 5c86369758
commit d323752d0b

@ -1,3 +1,4 @@
#include <cstdint>
#include <assert.h>
#include <cerrno>
#include <cstring>

@ -1,3 +1,4 @@
#include <cstdint>
#include "overlay.h"
#include "file_utils.h"
#include "font_default.h"

@ -1,3 +1,4 @@
#include <cstdint>
#include "overlay.h"
#include "timing.hpp"
#include "logging.h"

@ -1,3 +1,4 @@
#include <cstdint>
#ifdef _WIN32
#include <windows.h>
#endif

Loading…
Cancel
Save