Commit 9e24a98 1 parent d12b9e2 commit 9e24a98 Copy full SHA for 9e24a98
File tree 2 files changed +3
-0
lines changed
modules/core/include/visp3/core
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ ViSP 3.x.x (Version in development)
68
68
. [#1307] Cannot set cxx standard when configuring for Visual Studio
69
69
. [#1320] Broken links in the documentation
70
70
. [#1341] SVD computation fails with Lapack when m < n
71
+ . [#1370] encountered compilation errors while building the ViSP library
71
72
----------------------------------------------
72
73
ViSP 3.6.0 (released September 22, 2023)
73
74
- Contributors:
Original file line number Diff line number Diff line change 65
65
#endif
66
66
67
67
#if defined(VISP_HAVE_PCL) && defined(VISP_HAVE_THREADS)
68
+ #include < mutex>
69
+
68
70
#include < visp3/core/vpColVector.h>
69
71
#include < visp3/core/vpImageException.h>
70
72
#include < visp3/core/vpPixelMeterConversion.h>
You can’t perform that action at this time.
0 commit comments