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