diff options
author | Mihai Fufezan <[email protected]> | 2024-06-23 16:43:53 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-06-23 16:43:53 +0300 |
commit | e09addf8dede9a8e7f2dd0e5bb414d3a0d5dc471 (patch) | |
tree | 4f2ed68997978af25dcfaace882fb3f3a8667d76 | |
parent | 315f16d501f38d6bc743fca359d13b655c4a970d (diff) | |
download | Hyprland-e09addf8dede9a8e7f2dd0e5bb414d3a0d5dc471.tar.gz Hyprland-e09addf8dede9a8e7f2dd0e5bb414d3a0d5dc471.zip |
Workspace.hpp: fix include
-rw-r--r-- | src/desktop/Workspace.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop/Workspace.hpp b/src/desktop/Workspace.hpp index ab3907aa..bb5cd441 100644 --- a/src/desktop/Workspace.hpp +++ b/src/desktop/Workspace.hpp @@ -4,7 +4,7 @@ #include <string> #include "../defines.hpp" #include "DesktopTypes.hpp" -#include "helpers/MiscFunctions.hpp" +#include "../helpers/MiscFunctions.hpp" enum eFullscreenMode : int8_t { FULLSCREEN_INVALID = -1, |