1
0
Fork 0
mirror of https://github.com/hyprwm/Hyprland synced 2025-04-10 19:52:19 +02:00

desktop/DesktopTypes.hpp: fix include ()

This commit is contained in:
Beau 2025-01-17 18:35:39 +01:00 committed by vaxerski
parent 401a3bae61
commit b65f8a8723

View file

@ -1,5 +1,5 @@
#pragma once
#include "helpers/memory/Memory.hpp"
#include "../helpers/memory/Memory.hpp"
class CWorkspace;
class CWindow;
class CLayerSurface;