Skip to content

Commit

Permalink
fix missing include file: from_meshes.h is using pcl::Vertices in it (#…
Browse files Browse the repository at this point in the history
…2009)

Fix missing include file: from_meshes.h is using pcl::Vertices
  • Loading branch information
jasjuang authored and taketwo committed Sep 27, 2017
1 parent 2880ea1 commit 6d09b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/include/pcl/features/from_meshes.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#ifndef PCL_FEATURES_FROM_MESHES_H_
#define PCL_FEATURES_FROM_MESHES_H_

#include <pcl/features/normal_3d.h>
#include "pcl/features/normal_3d.h"
#include "pcl/Vertices.h"

namespace pcl
{
Expand Down

0 comments on commit 6d09b74

Please sign in to comment.