From 6e54ff30bd5838058812b58de763da67a76fcf5b Mon Sep 17 00:00:00 2001 From: Ken Cooke Date: Thu, 26 Sep 2019 11:36:23 -0700 Subject: [PATCH] Bugfix --- interface/src/AppNapDisabler.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/AppNapDisabler.mm b/interface/src/AppNapDisabler.mm index 117c385c36..d5ab6775a5 100644 --- a/interface/src/AppNapDisabler.mm +++ b/interface/src/AppNapDisabler.mm @@ -8,6 +8,7 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // +#include #ifdef Q_OS_MAC #include "AppNapDisabler.h"