From 3da866cfb07a44c5c14473f34c7f816d5012ae5c Mon Sep 17 00:00:00 2001 From: superp00t Date: Sun, 26 Nov 2023 14:52:03 -0500 Subject: [PATCH] fix(gx): include CGxDeviceGLSDL --- src/gx/glsdl/GLSDLWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gx/glsdl/GLSDLWindow.cpp b/src/gx/glsdl/GLSDLWindow.cpp index 8ce21b3..fd30db3 100644 --- a/src/gx/glsdl/GLSDLWindow.cpp +++ b/src/gx/glsdl/GLSDLWindow.cpp @@ -4,6 +4,7 @@ #include "event/Event.hpp" #include "gx/Window.hpp" #include "gx/Device.hpp" +#include "gx/glsdl/CGxDeviceGLSDL.hpp" #include #include