projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47c9909
)
add missing #include.
author
Chris Lattner
<sabre@nondot.org>
Sun, 18 May 2008 14:24:58 +0000
(14:24 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 18 May 2008 14:24:58 +0000
(14:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51227
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/System/Path.h
patch
|
blob
|
history
diff --git
a/include/llvm/System/Path.h
b/include/llvm/System/Path.h
index 00e4ea3af01edd911f2cf4c4aeb6a9cde2c0c0ca..22663491058e9bc1fa2fc7d44687a6ddead3d961 100644
(file)
--- a/
include/llvm/System/Path.h
+++ b/
include/llvm/System/Path.h
@@
-19,6
+19,7
@@
#include <string>
#include <vector>
#include <iosfwd>
+#include <cstring>
namespace llvm {
namespace sys {