diff options
author | Chris Lattner <sabre@nondot.org> | 2008-05-18 14:24:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-05-18 14:24:58 +0000 |
commit | 68d2d2f82361e29d2f35608094179c6b5c8132eb (patch) | |
tree | ff8904652a0b32ec1f7d667ab666b26634e98e20 /include | |
parent | 47c9909a26b078717fc90a7a3f37075f0d4939ee (diff) | |
download | external_llvm-68d2d2f82361e29d2f35608094179c6b5c8132eb.zip external_llvm-68d2d2f82361e29d2f35608094179c6b5c8132eb.tar.gz external_llvm-68d2d2f82361e29d2f35608094179c6b5c8132eb.tar.bz2 |
add missing #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51227 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/System/Path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index 00e4ea3..2266349 100644 --- 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 { |