summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/SpamyTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/SpamyTest.cpp')
-rw-r--r--lib/Fuzzer/test/SpamyTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/SpamyTest.cpp b/lib/Fuzzer/test/SpamyTest.cpp
index d294d4dc53e0..721134e1841c 100644
--- a/lib/Fuzzer/test/SpamyTest.cpp
+++ b/lib/Fuzzer/test/SpamyTest.cpp
@@ -3,9 +3,9 @@
// The test spams to stderr and stdout.
#include <assert.h>
+#include <cstddef>
#include <cstdint>
#include <cstdio>
-#include <cstddef>
#include <iostream>
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {