Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/murmur/MurmurGRPCImpl.cpp')
-rw-r--r--src/murmur/MurmurGRPCImpl.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/murmur/MurmurGRPCImpl.cpp b/src/murmur/MurmurGRPCImpl.cpp
index f4a7f6946..f8f204aec 100644
--- a/src/murmur/MurmurGRPCImpl.cpp
+++ b/src/murmur/MurmurGRPCImpl.cpp
@@ -7,8 +7,6 @@
# include <boost/function.hpp>
#endif
-#include "murmur_pch.h"
-
#include "Mumble.pb.h"
#include "../Message.h"
@@ -18,6 +16,9 @@
#include "ServerUser.h"
#include "Server.h"
#include "Channel.h"
+#include "Utils.h"
+
+#include <QtCore/QStack>
#include "MurmurRPC.proto.Wrapper.cpp"