mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 01:45:58 +01:00
Workspace.hpp: fix include
This commit is contained in:
parent
315f16d501
commit
e09addf8de
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "../defines.hpp"
|
#include "../defines.hpp"
|
||||||
#include "DesktopTypes.hpp"
|
#include "DesktopTypes.hpp"
|
||||||
#include "helpers/MiscFunctions.hpp"
|
#include "../helpers/MiscFunctions.hpp"
|
||||||
|
|
||||||
enum eFullscreenMode : int8_t {
|
enum eFullscreenMode : int8_t {
|
||||||
FULLSCREEN_INVALID = -1,
|
FULLSCREEN_INVALID = -1,
|
||||||
|
|
Loading…
Reference in a new issue