Apply patch to build against boost 1.40 (#1761)

This commit is contained in:
Josh Faust 2009-09-21 23:43:18 +00:00
parent ae73e56dfb
commit 185317e8b2
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <string>
#include <set>
#include <boost/function.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>
#include <boost/enable_shared_from_this.hpp>

View File

@ -34,6 +34,7 @@
#include <ros/console.h>
#include <boost/thread/mutex.hpp>
#include <boost/lexical_cast.hpp>
namespace ros
{