summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/LoadTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Fuzzer/test/LoadTest.cpp')
-rw-r--r--llvm/lib/Fuzzer/test/LoadTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/LoadTest.cpp b/llvm/lib/Fuzzer/test/LoadTest.cpp
index eef16c7be51..67a28c7cb22 100644
--- a/llvm/lib/Fuzzer/test/LoadTest.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud