diff options
Diffstat (limited to 'tests/manual/shortcuts/main.cpp')
-rw-r--r-- | tests/manual/shortcuts/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/shortcuts/main.cpp b/tests/manual/shortcuts/main.cpp index e7127f37964..bcdd47cab75 100644 --- a/tests/manual/shortcuts/main.cpp +++ b/tests/manual/shortcuts/main.cpp @@ -8,6 +8,7 @@ #include <QLabel> #include <QPushButton> #include <QDebug> +#include <QLibraryInfo> class ShortcutTester : public QWidget { |