Skip to content

Commit

Permalink
Merge pull request #2373 from jbeich/boost
Browse files Browse the repository at this point in the history
Unbreak build against Boost 1.68
  • Loading branch information
taketwo authored Jul 9, 2018
2 parents 1f22654 + 491b7c7 commit 0813357
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions visualization/src/pcl_visualizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@
#include <pcl/visualization/pcl_visualizer.h>
#include <pcl/visualization/common/common.h>
#include <pcl/common/time.h>
#if (BOOST_VERSION >= 106600)
#include <boost/uuid/detail/sha1.hpp>
#else
#include <boost/uuid/sha1.hpp>
#endif
#include <boost/filesystem.hpp>
#include <pcl/console/parse.h>

Expand Down

0 comments on commit 0813357

Please sign in to comment.