diff --git a/src/mumble/main.cpp b/src/mumble/main.cpp index 6f7881c02..d59509685 100644 --- a/src/mumble/main.cpp +++ b/src/mumble/main.cpp @@ -51,8 +51,8 @@ # include #endif -#if defined(Q_OS_WIN) && defined(QT_NO_DEBUG) -# include // For CommandLineToArgvW() +#ifdef Q_OS_WIN +# include #endif // We define a global macro called 'g'. This can lead to issues when included code uses 'g' as a type or parameter name (like protobuf 3.7 does). As such, for now, we have to make this our last include.