We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e5ee2 commit 4485e25Copy full SHA for 4485e25
compiler-rt/lib/sanitizer_common/sanitizer_dense_map.h
@@ -19,6 +19,9 @@
19
#include "sanitizer_common.h"
20
#include "sanitizer_dense_map_info.h"
21
#include "sanitizer_internal_defs.h"
22
+// Placement-new is needed for bucket allocation. This avoids needing to include
23
+// it everywhere we use DenseMap.
24
+#include "sanitizer_placement_new.h"
25
#include "sanitizer_type_traits.h"
26
27
namespace __sanitizer {
0 commit comments