mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
phmap.h header; included missing atomic header
Missing header was causing a compilation error in some cases where the parent application including the library does not include `atomic` before including phmap header
This commit is contained in:
Vendored
+1
@@ -45,6 +45,7 @@
|
||||
#include <utility>
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
#include <atomic>
|
||||
|
||||
#include "phmap_utils.h"
|
||||
#include "phmap_base.h"
|
||||
|
||||
Reference in New Issue
Block a user