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