fix macos build issue

This commit is contained in:
greg
2019-03-31 11:59:32 -04:00
parent 80f29e9932
commit e8a16d9908
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -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;