mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
fix macos build issue
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
#ifndef phmap_example_hash_std_
|
||||
#define phmap_example_hash_std_
|
||||
|
||||
#include <parallel_hashmap/phmap_utils.h> // minimal header providing phmap::hash_combine
|
||||
#include <parallel_hashmap/phmap_utils.h> // minimal header providing phmap::HashState()
|
||||
#include <string>
|
||||
using std::string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user