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/PasswordGenerator.cpp')
-rw-r--r--src/PasswordGenerator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PasswordGenerator.cpp b/src/PasswordGenerator.cpp
index 0f4c76840..9241121de 100644
--- a/src/PasswordGenerator.cpp
+++ b/src/PasswordGenerator.cpp
@@ -3,11 +3,11 @@
// 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 "CryptographicRandom.h"
#include "PasswordGenerator.h"
+#include <QtCore/QVector>
+
// This is a password alphabet that tries to be human-friendly.
// Most cases of ambiguitiy have been removed.
//