Commit d1849e1d authored by kelvinrr's avatar kelvinrr
Browse files

get 8.0 compiling

parent 28e6b1b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

find_path(PCL_INCLUDE_DIR
  NAME pcl_base.h
  PATH_SUFFIXES "pcl-1.8/pcl" "pcl-1.9/pcl" "pcl-1.11/pcl"
  PATH_SUFFIXES "pcl-1.8/pcl" "pcl-1.9/pcl" "pcl-1.11/pcl" "pcl-1.13/pcl" 
)

find_library(PCL_COMMON_LIBRARY NAMES pcl_common)
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ find files of those names at the top level of this repository. **/
#include "EmbreeShapeModel.h"

#include <numeric>
#include <float.h>


#include <QtGlobal>
#include <QList>