diff options
Diffstat (limited to 'lib/Fuzzer/test/CallerCalleeTest.cpp')
-rw-r--r-- | lib/Fuzzer/test/CallerCalleeTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/CallerCalleeTest.cpp b/lib/Fuzzer/test/CallerCalleeTest.cpp index 3ec025d02301..ed9f37cc1521 100644 --- a/lib/Fuzzer/test/CallerCalleeTest.cpp +++ b/lib/Fuzzer/test/CallerCalleeTest.cpp @@ -3,9 +3,9 @@ // Simple test for a fuzzer. // Try to find the target using the indirect caller-callee pairs. +#include <cstddef> #include <cstdint> #include <cstdlib> -#include <cstddef> #include <cstring> #include <iostream> |