mirror of
https://github.com/hyprwm/Hyprland
synced 2025-02-03 02:09:48 +01:00
desktop/DesktopTypes.hpp: fix include (#9104)
This commit is contained in:
parent
401a3bae61
commit
b65f8a8723
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include "helpers/memory/Memory.hpp"
|
||||
#include "../helpers/memory/Memory.hpp"
|
||||
class CWorkspace;
|
||||
class CWindow;
|
||||
class CLayerSurface;
|
||||
|
|
Loading…
Reference in a new issue