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.h')
-rw-r--r--src/Version.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Version.h b/src/Version.h
index 13d9e5424..c41756ada 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -6,6 +6,8 @@
#ifndef MUMBLE_VERSION_H_
#define MUMBLE_VERSION_H_
+#include <QtCore/QString>
+
#define MUMXTEXT(X) #X
#define MUMTEXT(X) MUMXTEXT(X)