From 43c81b6ebbff15ddab3896b7cab5755aed437c37 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Wed, 6 Sep 2017 22:28:13 -0700 Subject: [PATCH] Add include of Foundation framework for NSString and NSBundle. --- libgnucash/core-utils/gnc-filepath-utils.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libgnucash/core-utils/gnc-filepath-utils.cpp b/libgnucash/core-utils/gnc-filepath-utils.cpp index 35481c35e8..d3e7ca747e 100644 --- a/libgnucash/core-utils/gnc-filepath-utils.cpp +++ b/libgnucash/core-utils/gnc-filepath-utils.cpp @@ -59,6 +59,9 @@ extern "C" { #define PATH_MAX MAXPATHLEN #endif #endif +#ifdef MAC_INTEGRATION +#include +#endif } #include