From 9d17556cf3cb93e7cb8b6d8ed6d761627416052b Mon Sep 17 00:00:00 2001 From: Toria <81305596+ninetailedtori@users.noreply.github.com> Date: Sat, 11 Jan 2025 22:33:12 +0000 Subject: [PATCH] Fix includes. --- src/helpers/Monitor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/Monitor.hpp b/src/helpers/Monitor.hpp index 8085c460f9c..8c7566e2f90 100644 --- a/src/helpers/Monitor.hpp +++ b/src/helpers/Monitor.hpp @@ -3,7 +3,7 @@ #include "../defines.hpp" #include #include -#include "SharedDefs.hpp" +#include "../SharedDefs.hpp" #include "WLClasses.hpp" #include #include