Skip to content

Commit

Permalink
Minor fixups due to conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
larshg committed Sep 20, 2024
1 parent 7fd9f1f commit 1f491cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion gpu/octree/src/octree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
* Author: Anatoly Baskeheev, Itseez Ltd, (myname.mysurname@mycompany.com)
*/

#include <pcl/gpu/containers/initialization.h>
#include <pcl/gpu/octree/octree.hpp>
#include <pcl/gpu/utils/initialization.h>
#include <pcl/gpu/utils/timers_cuda.hpp>
#include <pcl/gpu/utils/safe_call.hpp>

Expand Down
8 changes: 0 additions & 8 deletions sample_consensus/src/sac_model_torus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,10 @@
*
*/

<<<<<<<< HEAD:sample_consensus/src/sac_model_torus.cpp
#include <pcl/sample_consensus/impl/sac_model_torus.hpp>

#ifndef PCL_NO_PRECOMPILE
#include <pcl/impl/instantiate.hpp>
#include <pcl/point_types.h>
PCL_INSTANTIATE_PRODUCT(SampleConsensusModelTorus, ((pcl::PointXYZ)(pcl::PointXYZI)(pcl::PointXYZRGBA)(pcl::PointXYZRGB))((pcl::Normal)))
#endif // PCL_NO_PRECOMPILE

========
#include <pcl/gpu/containers/impl/internal.hpp>
#include <pcl/gpu/containers/impl/repacks.hpp>

#include <cassert>
>>>>>>>> bd73969fa (Change to use target_include_directories.):gpu/containers/src/repacks.cpp

0 comments on commit 1f491cc

Please sign in to comment.