mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #26253 from vrabaud:compilation_fix
Fix hash_tsdf_functions.cpp compilation on some platforms.
This commit is contained in:
commit
9dbfba0fd8
@ -408,7 +408,7 @@ void allocateVolumeUnits(
|
||||
Vec4i node = _thm.data[i];
|
||||
Vec3i idx(node[0], node[1], node[2]);
|
||||
|
||||
std::lock_guard<std::recursive_mutex> al(_mutex);
|
||||
std::lock_guard<Mutex> al(_mutex);
|
||||
|
||||
int result = _globalHashMap.insert(idx);
|
||||
if (result == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user