fix missing include

This commit is contained in:
UjinT34 2024-06-16 17:42:40 +03:00
parent 1893f18504
commit 3b6f57bd3f

View file

@ -4,6 +4,7 @@
#include <string>
#include "../defines.hpp"
#include "DesktopTypes.hpp"
#include "../layout/IHyprLayout.hpp"
enum eFullscreenMode : int8_t {
FULLSCREEN_INVALID = -1,