From 0bfa2950530163465445bfbb3fb40b27a86c9b5d Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sat, 30 Sep 2023 01:46:12 +0300 Subject: [PATCH] Fix include again --- third_party/glad/include/glad/glad_egl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/glad/include/glad/glad_egl.h b/third_party/glad/include/glad/glad_egl.h index dd8df653..ab8bd9e7 100644 --- a/third_party/glad/include/glad/glad_egl.h +++ b/third_party/glad/include/glad/glad_egl.h @@ -210,7 +210,7 @@ GLAPI int gladLoadEGL(void); GLAPI int gladLoadEGLLoader(GLADloadproc); #include -#include +#include struct AHardwareBuffer; struct wl_buffer; struct wl_display;