diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-28 08:33:04 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-28 08:33:04 +0200 |
commit | 149403bf828e83b91e049eca1a4e89ef5874b974 (patch) | |
tree | 795ed54051851b1d5bc0100cbb6f8c2a64621427 /opentrack/win32-shortcuts.h | |
parent | 6ef230ff01136a1b180fc18e7078502b89d3c23b (diff) |
move header to right place
Diffstat (limited to 'opentrack/win32-shortcuts.h')
-rwxr-xr-x[-rw-r--r--] | opentrack/win32-shortcuts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opentrack/win32-shortcuts.h b/opentrack/win32-shortcuts.h index 8167036d..3e824b89 100644..100755 --- a/opentrack/win32-shortcuts.h +++ b/opentrack/win32-shortcuts.h @@ -2,6 +2,8 @@ #ifdef _WIN32 +#include <QKeySequence> + struct win_key; extern QList<win_key> windows_key_mods; |