Skip to content

Commit 0cd57d2

Browse files
authored
Fix cstdlib include in phmap (#278)
1 parent 896f1a0 commit 0cd57d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parallel_hashmap/phmap_base.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#include <utility>
4848
#include <memory>
4949
#include <mutex> // for std::lock
50+
#include <cstdlib>
5051

5152
#include "phmap_config.h"
5253

0 commit comments

Comments
 (0)