commit | e567e0fe72a40f058e7d26f45b54a226e5c3fb0a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun May 18 14:24:58 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun May 18 14:24:58 2008 +0000 |
tree | ff8904652a0b32ec1f7d667ab666b26634e98e20 | |
parent | 5819408a1a9ed6605ddc5fd25dfb4efc7cce9da8 [diff] |
add missing #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51227 91177308-0d34-0410-b5e6-96231b3b80d8
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 {