build: fix build on gcc 16.x after #6b2c08d (#13429)

This commit is contained in:
LionHeartP 2026-02-28 23:45:16 +02:00 committed by GitHub
parent f12904e641
commit 82729db330
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@
#include "../helpers/time/Time.hpp"
#include "../helpers/Drm.hpp"
#include "../event/EventBus.hpp"
#include <climits>
#include <cstring>
#include <gbm.h>
#include <cairo/cairo.h>