You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
exercise_2/3rdparty/colmap-dev/lib/PoissonRecon/Hash.h

6 lines
129 B

#ifndef HASH_INCLUDED
#define HASH_INCLUDED
#include <unordered_map>
#define hash_map std::unordered_map
#endif // HASH_INCLUDED