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/Timer.cpp')
-rw-r--r--src/Timer.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Timer.cpp b/src/Timer.cpp
index 15a04e42f..1ececf43c 100644
--- a/src/Timer.cpp
+++ b/src/Timer.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 <boost/version.hpp>
// Not all Boost versions can use a header-only
@@ -78,7 +76,7 @@ quint64 Timer::now() {
return static_cast<quint64>(epochDurationUsec.count());
}
#elif defined(Q_OS_WIN)
-#include <windows.h>
+# include "win.h"
quint64 Timer::now() {
static double scale = 0;