mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 10:15:22 -06:00
Add include of Foundation framework for NSString and NSBundle.
This commit is contained in:
parent
5b2439e7c9
commit
43c81b6ebb
@ -59,6 +59,9 @@ extern "C" {
|
|||||||
#define PATH_MAX MAXPATHLEN
|
#define PATH_MAX MAXPATHLEN
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef MAC_INTEGRATION
|
||||||
|
#include <Foundation/Foundation.h>
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user