summaryrefslogtreecommitdiff
path: root/lib/System/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Path.cpp')
-rw-r--r--lib/System/Path.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp
index 144959755e..6f0667fba5 100644
--- a/lib/System/Path.cpp
+++ b/lib/System/Path.cpp
@@ -14,6 +14,7 @@
#include "llvm/System/Path.h"
#include "llvm/Config/config.h"
#include <cassert>
+#include <cstring>
#include <ostream>
using namespace llvm;
using namespace sys;