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:
myozka
2019-10-11 19:24:25 -04:00
committed by GitHub
parent 8834c9d624
commit a4834da9af
+1
View File
@@ -45,6 +45,7 @@
#include <utility>
#include <array>
#include <cassert>
#include <atomic>
#include "phmap_utils.h"
#include "phmap_base.h"