summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/StrcmpTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/StrcmpTest.cpp')
-rw-r--r--lib/Fuzzer/test/StrcmpTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Fuzzer/test/StrcmpTest.cpp b/lib/Fuzzer/test/StrcmpTest.cpp
index cd91dda76f30d..e7636e8812fcd 100644
--- a/lib/Fuzzer/test/StrcmpTest.cpp
+++ b/lib/Fuzzer/test/StrcmpTest.cpp
@@ -2,11 +2,11 @@
// License. See LICENSE.TXT for details.
// Break through a series of strcmp.
-#include <cstring>
+#include <cassert>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
-#include <cassert>
+#include <cstring>
bool Eq(const uint8_t *Data, size_t Size, const char *Str) {
char Buff[1024];