aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/global-objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/global-objects.h')
-rw-r--r--src-qt5/core/lumina-desktop-unified/global-objects.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/global-objects.h b/src-qt5/core/lumina-desktop-unified/global-objects.h
index 4cea60c2..bba55b84 100644
--- a/src-qt5/core/lumina-desktop-unified/global-objects.h
+++ b/src-qt5/core/lumina-desktop-unified/global-objects.h
@@ -21,10 +21,14 @@
//#ifndef USE_WAYLAND
//#include "src-events/LXcbEventFilter.h"
//#endif
+
+#include "src-events/NativeWindowSystem.h"
+#include "src-events/NativeEventFilter.h"
+#include "src-desktop/src-cpp/RootDesktopObject.h"
+
#include "src-events/LShortcutEvents.h"
#include "src-desktop/DesktopManager.h"
#include "src-screensaver/LScreenSaver.h"
-//#include "src-WM/LWindowManager.h"
#include <RootWindow.h>
#include "LSession.h"
bgstack15