Skip to content

Commit

Permalink
fix missing vtkTexture.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jasjuang committed May 18, 2018
1 parent d5759fd commit 094d5e0
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 @@ -96,6 +96,10 @@
#include <vtkLookupTable.h>
#include <vtkTextureUnitManager.h>

#if VTK_MAJOR_VERSION > 7
#include <vtkTexture.h>
#else

#include <pcl/visualization/common/shapes.h>
#include <pcl/visualization/pcl_visualizer.h>
#include <pcl/visualization/common/common.h>
Expand Down

0 comments on commit 094d5e0

Please sign in to comment.