Boost fix.

This commit is contained in:
David Williams 2011-03-27 19:20:58 +00:00
parent 5891d56e12
commit 91c9aebda0

View File

@ -45,7 +45,7 @@ freely, subject to the following restrictions:
#include <boost/smart_ptr.hpp>
#define polyvox_shared_ptr boost::shared_ptr
#include <boost/functional.hpp>
#include <boost/function.hpp>
#define polyvox_function boost::function
#include <boost/functional/hash.hpp>