diff options
Diffstat (limited to 'lib/Fuzzer/test/ThreadedLeakTest.cpp')
-rw-r--r-- | lib/Fuzzer/test/ThreadedLeakTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/ThreadedLeakTest.cpp b/lib/Fuzzer/test/ThreadedLeakTest.cpp index 7511071108712..538d3b434808e 100644 --- a/lib/Fuzzer/test/ThreadedLeakTest.cpp +++ b/lib/Fuzzer/test/ThreadedLeakTest.cpp @@ -2,8 +2,8 @@ // License. See LICENSE.TXT for details. // The fuzzer should find a leak in a non-main thread. -#include <cstdint> #include <cstddef> +#include <cstdint> #include <thread> static volatile int *Sink; |