BUILD(windows): Fix missing include

GlobalShortcut_win was using stringstream objects but did not include
the sstream header for it.
This commit is contained in:
Robert Adam 2021-05-28 16:07:26 +02:00
parent 922788bcd8
commit 1d5ce0f2c1

View File

@ -19,6 +19,8 @@
#include <QTimer>
#include <sstream>
extern "C" {
// clang-format off
// Do NOT change the order of the includes below or compile errors will occur!