| commit | 0ec50d87c8b757f9c2a7997f0556f77c5087be77 | [log] [tgz] |
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Fri May 09 13:58:56 2025 -0700 |
| committer | Elliott Hughes <enh@google.com> | Fri May 09 13:58:56 2025 -0700 |
| tree | abc0b63f6b59dbde07249b2dbe720bb924e36f7d | |
| parent | 0a22462ad34e0da76701ac80dc383d34a9be8ddc [diff] [blame] |
Trivial C++23 fixes. More "include what you use" stuff. Change-Id: I3de72c6ede6f7d53756276232e7304429e610235
diff --git a/libc/malloc_debug/LogAllocatorStats.cpp b/libc/malloc_debug/LogAllocatorStats.cpp index ee6bfdf..6ba505e 100644 --- a/libc/malloc_debug/LogAllocatorStats.cpp +++ b/libc/malloc_debug/LogAllocatorStats.cpp
@@ -31,6 +31,8 @@ #include <signal.h> #include <unistd.h> +#include <atomic> + #include "Config.h" #include "LogAllocatorStats.h" #include "debug_log.h"