From 1d5ce0f2c195057560a1c23f6305cd323b79a2ec Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Fri, 28 May 2021 16:07:26 +0200 Subject: [PATCH] BUILD(windows): Fix missing include GlobalShortcut_win was using stringstream objects but did not include the sstream header for it. --- src/mumble/GlobalShortcut_win.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mumble/GlobalShortcut_win.cpp b/src/mumble/GlobalShortcut_win.cpp index 83d9980b0..0d3c989e3 100644 --- a/src/mumble/GlobalShortcut_win.cpp +++ b/src/mumble/GlobalShortcut_win.cpp @@ -19,6 +19,8 @@ #include +#include + extern "C" { // clang-format off // Do NOT change the order of the includes below or compile errors will occur!