add missing #include.
authorChris Lattner <sabre@nondot.org>
Sun, 18 May 2008 14:24:58 +0000 (14:24 +0000)
committerChris 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

index 00e4ea3af01edd911f2cf4c4aeb6a9cde2c0c0ca..22663491058e9bc1fa2fc7d44687a6ddead3d961 100644 (file)
@@ -19,6 +19,7 @@
 #include <string>
 #include <vector>
 #include <iosfwd>
+#include <cstring>
 
 namespace llvm {
 namespace sys {