summaryrefslogtreecommitdiffstats
path: root/src/util/threadcputimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/threadcputimer.h')
-rw-r--r--src/util/threadcputimer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/threadcputimer.h b/src/util/threadcputimer.h
index 6a5a569fc1..c93ec6605f 100644
--- a/src/util/threadcputimer.h
+++ b/src/util/threadcputimer.h
@@ -9,6 +9,8 @@ class ThreadCpuTimer {
mixxx::Duration elapsed() const;
mixxx::Duration restart();
private:
+#if defined(Q_OS_UNIX)
qint64 t1;
qint64 t2;
+#endif
};