summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/YamlKeyValues.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/Core/YamlKeyValues.cpp')
-rw-r--r--lld/lib/Core/YamlKeyValues.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/lib/Core/YamlKeyValues.cpp b/lld/lib/Core/YamlKeyValues.cpp
index 99fb95cc1ba..86d2a8cd694 100644
--- a/lld/lib/Core/YamlKeyValues.cpp
+++ b/lld/lib/Core/YamlKeyValues.cpp
@@ -7,12 +7,12 @@
//
//===----------------------------------------------------------------------===//
-#include <string.h>
-
#include "YamlKeyValues.h"
#include "llvm/Support/ErrorHandling.h"
+#include <cstring>
+
namespace lld {
namespace yaml {
OpenPOWER on IntegriCloud