fix: it now compiles

This commit is contained in:
Kaley, Fischer 2024-04-01 21:44:39 +02:00
parent d0012b8b0f
commit 51e65dcdad

View file

@ -3,7 +3,7 @@
#include <hyprland/src/Compositor.hpp> #include <hyprland/src/Compositor.hpp>
#include <hyprland/src/config/ConfigManager.hpp> #include <hyprland/src/config/ConfigManager.hpp>
#include <hyprland/src/helpers/Color.hpp> #include <hyprland/src/helpers/Color.hpp>
#include <hyprland/src/helpers/Workspace.hpp> #include <hyprland/src/desktop/Workspace.hpp>
#include <hyprland/src/managers/KeybindManager.hpp> #include <hyprland/src/managers/KeybindManager.hpp>
#include "globals.hpp" #include "globals.hpp"