Skip to content

Commit

Permalink
Added vtkPolyLine.h header to example_supervoxels.cpp
Browse files Browse the repository at this point in the history
In 1.7.0 the supervoxel example doesn't build with Visual Studio 2012 (and others: PointCloudLibrary#202).
  • Loading branch information
henningpohl committed Aug 1, 2013
1 parent 71639c5 commit f66dc5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/segmentation/example_supervoxels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <vtkImageReader2.h>
#include <vtkImageData.h>
#include <vtkImageFlip.h>
#include <vtkPolyLine.h>

// Types
typedef pcl::PointXYZRGBA PointT;
Expand Down

0 comments on commit f66dc5d

Please sign in to comment.