Add missing Boost.Thread dependency to XCode project,

plus workaround for my old libc++.
This commit is contained in:
2015-06-20 21:17:59 -04:00
parent d3e6af6cc9
commit f8193a32e7
3 changed files with 10 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#define BOOST_NO_CXX11_NUMERIC_LIMITS // Because my libc++ is old and not quite standard-compliant, which breaks Boost.Thread
#include <cstdio>
#include <boost/thread.hpp>