diff options
author | Ken Moore <ken@ixsystems.com> | 2017-07-07 15:19:19 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-07-07 15:19:19 -0400 |
commit | 3fb6466ec6b3327725c2e887dadf64e529a97d41 (patch) | |
tree | 5b3d15bb7394f65064ecdf61d958af1ef0356c9a | |
parent | Try a more complicated QKeySequence for the mapping protocols (diff) | |
download | lumina-3fb6466ec6b3327725c2e887dadf64e529a97d41.tar.gz lumina-3fb6466ec6b3327725c2e887dadf64e529a97d41.tar.bz2 lumina-3fb6466ec6b3327725c2e887dadf64e529a97d41.zip |
Oops - forgot to add an include.
-rw-r--r-- | src-qt5/core/libLumina/NativeWindowSystem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/NativeWindowSystem.cpp b/src-qt5/core/libLumina/NativeWindowSystem.cpp index 93616832..17e90d3f 100644 --- a/src-qt5/core/libLumina/NativeWindowSystem.cpp +++ b/src-qt5/core/libLumina/NativeWindowSystem.cpp @@ -16,6 +16,7 @@ #include <QScreen> #include <QFont> #include <QFontMetrics> +#include <QKeySequence> //XCB Library includes #include <xcb/xcb.h> |