From e5d677478b9d5a4cbf7d375ba7b909af04ce0365 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Sat, 30 Sep 2023 17:38:59 -0400 Subject: [PATCH] Fix error --- Nuake/src/Core/OS.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Nuake/src/Core/OS.cpp b/Nuake/src/Core/OS.cpp index 2cf7b405..07fbb624 100644 --- a/Nuake/src/Core/OS.cpp +++ b/Nuake/src/Core/OS.cpp @@ -1,4 +1,5 @@ -#include "OS.h" +#include "OS.h" + #include "src/Window.h" #include "Engine.h"