[llvm-commits] [llvm] r51227 - /llvm/trunk/include/llvm/System/Path.h

Chris Lattner sabre at nondot.org
Sun May 18 07:24:59 PDT 2008


Author: lattner
Date: Sun May 18 09:24:58 2008
New Revision: 51227

URL: http://llvm.org/viewvc/llvm-project?rev=51227&view=rev
Log:
add missing #include.

Modified:
    llvm/trunk/include/llvm/System/Path.h

Modified: llvm/trunk/include/llvm/System/Path.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/Path.h?rev=51227&r1=51226&r2=51227&view=diff

==============================================================================
--- llvm/trunk/include/llvm/System/Path.h (original)
+++ llvm/trunk/include/llvm/System/Path.h Sun May 18 09:24:58 2008
@@ -19,6 +19,7 @@
 #include <string>
 #include <vector>
 #include <iosfwd>
+#include <cstring>
 
 namespace llvm {
 namespace sys {





More information about the llvm-commits mailing list