From 9cf563065ad5069baea1472b665b56bdcbde3776 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 4 Apr 2024 01:10:46 +0100 Subject: [PATCH] layouts: add missing include --- src/layout/DwindleLayout.hpp | 1 + src/layout/MasterLayout.hpp | 1 + 2 files changed, 2 insertions(+) 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