Use boost::bind instead of std::bind to compile with C++03

This commit is contained in:
Roland Kaufmann 2013-05-22 21:25:29 +02:00
parent fe84822e52
commit 9a10880a4c

View File

@ -22,7 +22,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <functional> // bind
#include <boost/bind.hpp>
#include <vector>
struct UnstructuredGrid;