1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Include xkb-compose in wayland_thread.h. Fixes builds without SOWRAP_ENABLED

This commit is contained in:
teromene
2025-11-26 15:53:51 +01:00
parent 9dd6c4dbac
commit b8ef67586d

View File

@@ -45,6 +45,7 @@
#ifdef GLES3_ENABLED #ifdef GLES3_ENABLED
#include <wayland-egl-core.h> #include <wayland-egl-core.h>
#endif #endif
#include <xkbcommon/xkbcommon-compose.h>
#include <xkbcommon/xkbcommon.h> #include <xkbcommon/xkbcommon.h>
#endif // SOWRAP_ENABLED #endif // SOWRAP_ENABLED