diff options
Diffstat (limited to 'lib/Fuzzer/test/SimpleTest.cpp')
-rw-r--r-- | lib/Fuzzer/test/SimpleTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/SimpleTest.cpp b/lib/Fuzzer/test/SimpleTest.cpp index e53ea160ed8f..a8b4988dff10 100644 --- a/lib/Fuzzer/test/SimpleTest.cpp +++ b/lib/Fuzzer/test/SimpleTest.cpp @@ -3,9 +3,9 @@ // Simple test for a fuzzer. The fuzzer must find the string "Hi!". #include <assert.h> +#include <cstddef> #include <cstdint> #include <cstdlib> -#include <cstddef> #include <iostream> static volatile int Sink; |