Skip to content

Commit

Permalink
Merge pull request #1790 from saarnold/missing_include
Browse files Browse the repository at this point in the history
added missing include boost shared_ptr in pcl/Vertices.h
  • Loading branch information
taketwo authored Jan 4, 2017
2 parents 6abd99b + 7154b42 commit a2648ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/include/pcl/Vertices.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <string>
#include <vector>
#include <ostream>
#include <boost/shared_ptr.hpp>
#include <pcl/pcl_macros.h>

namespace pcl
Expand Down

0 comments on commit a2648ba

Please sign in to comment.