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/ACL.cpp')
-rw-r--r--src/ACL.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ACL.cpp b/src/ACL.cpp
index c9de31cbe..c0f9538e1 100644
--- a/src/ACL.cpp
+++ b/src/ACL.cpp
@@ -3,8 +3,6 @@
// 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 "ACL.h"
#include "Channel.h"
#include "Group.h"
@@ -12,6 +10,8 @@
#ifdef MURMUR
#include "ServerUser.h"
+
+#include <QtCore/QStack>
#endif
ChanACL::ChanACL(Channel *chan) : QObject(chan) {