summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/LoadTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/LoadTest.cpp')
-rw-r--r--lib/Fuzzer/test/LoadTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/LoadTest.cpp b/lib/Fuzzer/test/LoadTest.cpp
index eef16c7be51e..67a28c7cb22f 100644
--- a/lib/Fuzzer/test/LoadTest.cpp
+++ b/lib/Fuzzer/test/LoadTest.cpp
@@ -3,9 +3,9 @@
// Simple test for a fuzzer: find interesting value of array index.
#include <assert.h>
+#include <cstddef>
#include <cstdint>
#include <cstring>
-#include <cstddef>
#include <iostream>
static volatile int Sink;