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:
authorStefan Hacker <dd0t@users.sourceforge.net>2011-05-16 13:08:46 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2011-05-16 13:08:46 +0400
commita24e50ed4a7a8079f4146596db0b4deb8b3d70da (patch)
tree04cfea623ef37a5be83cd6388f971a53b5167970 /src/murmur/Tray.h
parentdbf887901885b7e8c68f3dcf949becea0eee5e32 (diff)
Fix Windows build.
Reverted move of overlay blacklist as it is needed in both the overlay itself and the client (broken by 2dad2795bd0d60320811) Fixed error introduced in VersionCheck::fetched (broken by f57f81248f0a15e7f77e) Readded missing Server.h header in Tray.h (broken by 7529297760ac4d2d1f0a) Fixed broken build files (broken by f7cc6e7adee66b57c33a)
Diffstat (limited to 'src/murmur/Tray.h')
-rw-r--r--src/murmur/Tray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/murmur/Tray.h b/src/murmur/Tray.h
index 9126bf5b5..410f718dc 100644
--- a/src/murmur/Tray.h
+++ b/src/murmur/Tray.h
@@ -32,6 +32,7 @@
#define _TRAY_H
#include "murmur_pch.h"
+#include "Server.h"
class Tray : public QObject {
private: