Skip to content

Commit 9e24a98

Browse files
committed
Add missing mutex header. Closes lagadic#1370
1 parent d12b9e2 commit 9e24a98

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ChangeLog.txt

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ ViSP 3.x.x (Version in development)
6868
. [#1307] Cannot set cxx standard when configuring for Visual Studio
6969
. [#1320] Broken links in the documentation
7070
. [#1341] SVD computation fails with Lapack when m < n
71+
. [#1370] encountered compilation errors while building the ViSP library
7172
----------------------------------------------
7273
ViSP 3.6.0 (released September 22, 2023)
7374
- Contributors:

modules/core/include/visp3/core/vpImageConvert.h

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
#endif
6666

6767
#if defined(VISP_HAVE_PCL) && defined(VISP_HAVE_THREADS)
68+
#include <mutex>
69+
6870
#include <visp3/core/vpColVector.h>
6971
#include <visp3/core/vpImageException.h>
7072
#include <visp3/core/vpPixelMeterConversion.h>

0 commit comments

Comments
 (0)