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/Channel.cpp')
-rw-r--r--src/Channel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Channel.cpp b/src/Channel.cpp
index 658c4d24e..f6aad6b84 100644
--- a/src/Channel.cpp
+++ b/src/Channel.cpp
@@ -3,13 +3,13 @@
// 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 "Channel.h"
#include "User.h"
#include "Group.h"
#include "ACL.h"
+#include <QtCore/QStack>
+
#ifdef MUMBLE
QHash<int, Channel *> Channel::c_qhChannels;
QReadWriteLock Channel::c_qrwlChannels;