mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
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:
parent
922788bcd8
commit
1d5ce0f2c1
@ -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!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user