summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/OneHugeAllocTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/OneHugeAllocTest.cpp')
-rw-r--r--lib/Fuzzer/test/OneHugeAllocTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/OneHugeAllocTest.cpp b/lib/Fuzzer/test/OneHugeAllocTest.cpp
index 8d3d1d6d302d..32a557871000 100644
--- a/lib/Fuzzer/test/OneHugeAllocTest.cpp
+++ b/lib/Fuzzer/test/OneHugeAllocTest.cpp
@@ -3,9 +3,9 @@
// Tests OOM handling when there is a single large allocation.
#include <assert.h>
+#include <cstddef>
#include <cstdint>
#include <cstdlib>
-#include <cstddef>
#include <cstring>
#include <iostream>