Skip to content

Commit

Permalink
Add missing mutex header. Closes #1370
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Apr 14, 2024
1 parent d12b9e2 commit 9e24a98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ ViSP 3.x.x (Version in development)
. [#1307] Cannot set cxx standard when configuring for Visual Studio
. [#1320] Broken links in the documentation
. [#1341] SVD computation fails with Lapack when m < n
. [#1370] encountered compilation errors while building the ViSP library
----------------------------------------------
ViSP 3.6.0 (released September 22, 2023)
- Contributors:
Expand Down
2 changes: 2 additions & 0 deletions modules/core/include/visp3/core/vpImageConvert.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
#endif

#if defined(VISP_HAVE_PCL) && defined(VISP_HAVE_THREADS)
#include <mutex>

#include <visp3/core/vpColVector.h>
#include <visp3/core/vpImageException.h>
#include <visp3/core/vpPixelMeterConversion.h>
Expand Down

0 comments on commit 9e24a98

Please sign in to comment.