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/Version.cpp')
-rw-r--r--src/Version.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Version.cpp b/src/Version.cpp
index 7d6b546b9..baffbb5bb 100644
--- a/src/Version.cpp
+++ b/src/Version.cpp
@@ -3,10 +3,10 @@
// 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 "Version.h"
+#include <QtCore/QRegExp>
+
unsigned int MumbleVersion::getRaw(const QString &version) {
int major, minor, patch;