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/mumble/AppNap.mm')
-rw-r--r--src/mumble/AppNap.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mumble/AppNap.mm b/src/mumble/AppNap.mm
index bf42306cd..e6d7114ff 100644
--- a/src/mumble/AppNap.mm
+++ b/src/mumble/AppNap.mm
@@ -3,6 +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 "MumbleApplication.h"
+
+#include <Foundation/Foundation.h>
+
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
static bool appNapSuppressed = false;
#endif