summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/CxxStringEqTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/CxxStringEqTest.cpp')
-rw-r--r--lib/Fuzzer/test/CxxStringEqTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Fuzzer/test/CxxStringEqTest.cpp b/lib/Fuzzer/test/CxxStringEqTest.cpp
index e0e23c972ccb..924851c5ad53 100644
--- a/lib/Fuzzer/test/CxxStringEqTest.cpp
+++ b/lib/Fuzzer/test/CxxStringEqTest.cpp
@@ -3,11 +3,11 @@
// Simple test for a fuzzer. Must find a specific string
// used in std::string operator ==.
+#include <cstddef>
#include <cstdint>
#include <cstdlib>
-#include <cstddef>
-#include <string>
#include <iostream>
+#include <string>
static volatile int Sink;