From 453e9f2aee03a7a8a8ba2f74e30f25e8b25b9239 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 16 Mar 2025 20:32:08 -0500 Subject: [PATCH] add glew? --- modules/Window/src/WindowImpl/GLFW/windowGLFW.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Window/src/WindowImpl/GLFW/windowGLFW.h b/modules/Window/src/WindowImpl/GLFW/windowGLFW.h index d3cd038..60fccef 100644 --- a/modules/Window/src/WindowImpl/GLFW/windowGLFW.h +++ b/modules/Window/src/WindowImpl/GLFW/windowGLFW.h @@ -1,4 +1,5 @@ #include "Archimedes.h" +#include #include class Window {