We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea499a4 commit 40b6ea4Copy full SHA for 40b6ea4
src/browser/BrowserShared.mm
@@ -15,8 +15,6 @@
15
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16
*/
17
18
-#include <Foundation/Foundation.h>
19
-
20
#include "BrowserShared.h"
21
22
#include "config-keepassx.h"
@@ -27,6 +25,10 @@
27
25
#include <QProcessEnvironment>
28
26
#endif
29
+#if defined(Q_OS_MACOS)
+#include <Foundation/Foundation.h>
30
+#endif
31
+
32
namespace BrowserShared
33
{
34
QString localServerPath()
0 commit comments