Add include of Foundation framework for NSString and NSBundle.

This commit is contained in:
John Ralls 2017-09-06 22:28:13 -07:00
parent 5b2439e7c9
commit 43c81b6ebb

View File

@ -59,6 +59,9 @@ extern "C" {
#define PATH_MAX MAXPATHLEN
#endif
#endif
#ifdef MAC_INTEGRATION
#include <Foundation/Foundation.h>
#endif
}
#include <boost/filesystem.hpp>