Skip to content

Commit

Permalink
Merge pull request #1380 from fspindle/fix_display_pcl
Browse files Browse the repository at this point in the history
Add missing thread header
  • Loading branch information
fspindle authored Apr 16, 2024
2 parents ba5cc31 + 408734e commit c8e3123
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions modules/gui/include/visp3/gui/vpDisplayPCL.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#if defined(VISP_HAVE_PCL) && defined(VISP_HAVE_THREADS)

#include <mutex>
#include <thread>
#include <string>

#include <pcl/visualization/cloud_viewer.h>
Expand Down
2 changes: 0 additions & 2 deletions modules/gui/src/pointcloud/vpDisplayPCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@

#if defined(VISP_HAVE_PCL) && defined(VISP_HAVE_THREADS)

#include <thread>

#include <visp3/gui/vpDisplayPCL.h>

/*!
Expand Down

0 comments on commit c8e3123

Please sign in to comment.