From 9a30f858ad8de723c7ec5560a1b55a4b144d652e Mon Sep 17 00:00:00 2001 From: SweetId <2630750+SweetId@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:04:36 -0400 Subject: [PATCH] fix compilation error --- include/NazaraEditor/Editor/UI/MainWindow.hpp | 2 +- src/NazaraEditor/Core/UI/MainWindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/NazaraEditor/Editor/UI/MainWindow.hpp b/include/NazaraEditor/Editor/UI/MainWindow.hpp index 742db87..2aa7770 100644 --- a/include/NazaraEditor/Editor/UI/MainWindow.hpp +++ b/include/NazaraEditor/Editor/UI/MainWindow.hpp @@ -1,4 +1,4 @@ -#include +#include namespace NzEditor { diff --git a/src/NazaraEditor/Core/UI/MainWindow.cpp b/src/NazaraEditor/Core/UI/MainWindow.cpp index 9ca4b0e..3884c61 100644 --- a/src/NazaraEditor/Core/UI/MainWindow.cpp +++ b/src/NazaraEditor/Core/UI/MainWindow.cpp @@ -1,4 +1,4 @@ -#include +#include namespace Nz {