From 9e05e6883ad4f428586c4461dea2796a85286bd7 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Thu, 5 Sep 2024 19:09:45 -0400 Subject: [PATCH] Forgot to include functional header --- Nuake/src/Window.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Nuake/src/Window.h b/Nuake/src/Window.h index fab81918..dc3f7b23 100644 --- a/Nuake/src/Window.h +++ b/Nuake/src/Window.h @@ -3,6 +3,9 @@ #include "Core/Maths.h" #include "Core/Timestep.h" +#include + + struct GLFWwindow; namespace Nuake