Skip to content

Commit

Permalink
Merge pull request #1962 from fabianbl/fix/point-types-conversions-he…
Browse files Browse the repository at this point in the history
…ader-includes

Include pcl/point_cloud.h and pcl/point_types.h headers.
  • Loading branch information
SergioRAgostinho authored Aug 15, 2017
2 parents 3651eb9 + bdd4712 commit 6c6eb78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/include/pcl/point_types_conversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@

#include <limits>

#include <pcl/point_cloud.h>
#include <pcl/point_types.h>

namespace pcl
{
// r,g,b, i values are from 0 to 1
Expand Down

0 comments on commit 6c6eb78

Please sign in to comment.