summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/SignedIntOverflowTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/SignedIntOverflowTest.cpp')
-rw-r--r--lib/Fuzzer/test/SignedIntOverflowTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Fuzzer/test/SignedIntOverflowTest.cpp b/lib/Fuzzer/test/SignedIntOverflowTest.cpp
index 7df32ad57933d..d80060207dee1 100644
--- a/lib/Fuzzer/test/SignedIntOverflowTest.cpp
+++ b/lib/Fuzzer/test/SignedIntOverflowTest.cpp
@@ -3,11 +3,11 @@
// Test for signed-integer-overflow.
#include <assert.h>
+#include <climits>
+#include <cstddef>
#include <cstdint>
#include <cstdlib>
-#include <cstddef>
#include <iostream>
-#include <climits>
static volatile int Sink;
static int Large = INT_MAX;