mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 18:30:23 -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
|
||||
#endif
|
||||
#endif
|
||||
#ifdef MAC_INTEGRATION
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
}
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user