diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/TraceMallocTest.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/test/TraceMallocTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/TraceMallocTest.cpp b/llvm/lib/Fuzzer/test/TraceMallocTest.cpp index 43e6950e185..af9975603aa 100644 --- a/llvm/lib/Fuzzer/test/TraceMallocTest.cpp +++ b/llvm/lib/Fuzzer/test/TraceMallocTest.cpp @@ -3,9 +3,9 @@ // Tests -trace_malloc #include <assert.h> +#include <cstddef> #include <cstdint> #include <cstdlib> -#include <cstddef> #include <iostream> int *Ptr; |