try fix for win32 issue

This commit is contained in:
greg7mdp
2022-06-20 21:36:41 -04:00
parent c34bb0e9a3
commit 87f09380ce
+2 -1
View File
@@ -10,6 +10,8 @@
#define NMSP phmap
#define EXTRAARGS
#else
#include "parallel_hashmap/phmap.h"
#if 1
#include <mutex>
#define MTX std::mutex
@@ -48,7 +50,6 @@
#define MTX spinlock
#endif
#include "parallel_hashmap/phmap.h"
#define MAPNAME phmap::parallel_flat_hash_map
#define NMSP phmap