updated shared_ptr header for OSX; Now Java and C# compile on OSX

This commit is contained in:
Ian Bell
2014-06-11 01:12:37 +02:00
parent 501274215a
commit 747a1b3e2e

View File

@@ -12,8 +12,8 @@ using std::shared_ptr;
#include <tr1/memory>
using namespace std::tr1;
#elif defined(__ISAPPLE__)
#include <tr1/memory>
using namespace std::tr1;
#include <memory>
using std::shared_ptr;
#elif defined(__ISWINDOWS__) && defined(__MINGW32__)
#include <tr1/memory>
using namespace std::tr1;