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/Group.cpp')
-rw-r--r--src/Group.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Group.cpp b/src/Group.cpp
index a9d6ab6b7..2ae8270ba 100644
--- a/src/Group.cpp
+++ b/src/Group.cpp
@@ -3,14 +3,14 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Group.h"
#include "Channel.h"
#include "User.h"
#ifdef MURMUR
#include "ServerUser.h"
+
+#include <QtCore/QStack>
#endif
Group::Group(Channel *assoc, const QString &name) {