[Fix] (MG_Impl/GLImpl): Fix missing header.

This commit is contained in:
BZLZHH
2025-08-11 23:25:21 +08:00
parent eb9866cd87
commit 2b685e4e18
@@ -3,6 +3,7 @@
#include "../VertexArray/GL_VertexArray.h"
#include "../Getter/GL_Getter.h"
#include "../Program/GL_Program.h"
#include "../Texture/GL_Texture.h"
#define DECLARE_GL_FUNCTION_STUB_HEAD(type,name,...) \
MOBILEGL_GL_API type gl##name(__VA_ARGS__) {