summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/TwoDifferentBugsTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/TwoDifferentBugsTest.cpp')
-rw-r--r--lib/Fuzzer/test/TwoDifferentBugsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/TwoDifferentBugsTest.cpp b/lib/Fuzzer/test/TwoDifferentBugsTest.cpp
index 42c0d192ba86..77d2cb1a25f9 100644
--- a/lib/Fuzzer/test/TwoDifferentBugsTest.cpp
+++ b/lib/Fuzzer/test/TwoDifferentBugsTest.cpp
@@ -2,9 +2,9 @@
// License. See LICENSE.TXT for details.
// Simple test for a fuzzer. This test may trigger two different bugs.
+#include <cstddef>
#include <cstdint>
#include <cstdlib>
-#include <cstddef>
#include <iostream>
static volatile int *Null = 0;