Workspace.hpp: fix include

This commit is contained in:
Mihai Fufezan 2024-06-23 16:43:53 +03:00
parent 315f16d501
commit e09addf8de
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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