Makefile changes in JGE to include the boost path. Added a missing include dependency on shared_ptr.

This commit is contained in:
wrenczes@gmail.com
2011-03-02 09:26:31 +00:00
parent 297f87eb04
commit baf0343063
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@
#include <boost/thread/mutex.hpp>
#else
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include "pspthreadman.h"