From 15831dbca85dd906edbad2bfff2b147527a456e2 Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Thu, 12 Sep 2019 22:08:39 +0200 Subject: Add missing includes for "no-pch" build This commit adds all the missing includes when the PCH header is not used. Also, some includes are reordered and/or made consistent (e.g. "#include " -> "#include "). --- src/mumble/TextToSpeech_unix.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mumble/TextToSpeech_unix.cpp') diff --git a/src/mumble/TextToSpeech_unix.cpp b/src/mumble/TextToSpeech_unix.cpp index b8a49e786..106808d28 100644 --- a/src/mumble/TextToSpeech_unix.cpp +++ b/src/mumble/TextToSpeech_unix.cpp @@ -13,6 +13,9 @@ # endif #endif +#include + +// 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. #include "Global.h" class TextToSpeechPrivate { -- cgit v1.2.3