From ed9e539a854e258094e1db7f93a766dc6a1724ff Mon Sep 17 00:00:00 2001 From: halx99 Date: Tue, 24 Jan 2023 18:27:40 +0800 Subject: [PATCH] Fix ci --- extensions/ImGui/imgui_impl_ax.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/ImGui/imgui_impl_ax.cpp b/extensions/ImGui/imgui_impl_ax.cpp index 654810e56e..0cbef698e6 100644 --- a/extensions/ImGui/imgui_impl_ax.cpp +++ b/extensions/ImGui/imgui_impl_ax.cpp @@ -88,6 +88,7 @@ using namespace backend; #endif #ifdef __APPLE__ #define GLFW_EXPOSE_NATIVE_COCOA +typedef struct objc_object *id; extern "C" id glfwGetCocoaWindow(GLFWwindow* window); // #include // for glfwGetCocoaWindow() #endif