diff --git a/src/Core/Platform/Window/GLFWWindowBackend.hpp b/src/Core/Platform/Window/GLFWWindowBackend.hpp index 9b68b216fc..3f22154607 100644 --- a/src/Core/Platform/Window/GLFWWindowBackend.hpp +++ b/src/Core/Platform/Window/GLFWWindowBackend.hpp @@ -4,7 +4,7 @@ #include #include "Core/Platform/Window/IWindowBackend.hpp" -class GLFWwindow; +struct GLFWwindow; namespace Core::Platform::Window {