Merge pull request #26253 from vrabaud:compilation_fix

Fix hash_tsdf_functions.cpp compilation on some platforms.
This commit is contained in:
Alexander Smorkalov 2024-10-09 08:31:21 +03:00 committed by GitHub
commit 9dbfba0fd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)