diff --git a/src/layout/DwindleLayout.hpp b/src/layout/DwindleLayout.hpp index 30c6e74a..718a47ca 100644 --- a/src/layout/DwindleLayout.hpp +++ b/src/layout/DwindleLayout.hpp @@ -1,6 +1,7 @@ #pragma once #include "IHyprLayout.hpp" +#include "../desktop/DesktopTypes.hpp" #include #include diff --git a/src/layout/MasterLayout.hpp b/src/layout/MasterLayout.hpp index 922d7bb6..ca48ecd1 100644 --- a/src/layout/MasterLayout.hpp +++ b/src/layout/MasterLayout.hpp @@ -1,6 +1,7 @@ #pragma once #include "IHyprLayout.hpp" +#include "../desktop/DesktopTypes.hpp" #include "../config/ConfigManager.hpp" #include #include