diff options
Diffstat (limited to 'lib/Fuzzer/test/LeakTimeoutTest.cpp')
-rw-r--r-- | lib/Fuzzer/test/LeakTimeoutTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/LeakTimeoutTest.cpp b/lib/Fuzzer/test/LeakTimeoutTest.cpp index 4f31b3e52c16..92526194a508 100644 --- a/lib/Fuzzer/test/LeakTimeoutTest.cpp +++ b/lib/Fuzzer/test/LeakTimeoutTest.cpp @@ -2,8 +2,8 @@ // License. See LICENSE.TXT for details. // Test with a leak. -#include <cstdint> #include <cstddef> +#include <cstdint> static volatile int *Sink; |