Author: akirtzidis
Date: Thu Mar 12 19:01:07 2009
New Revision: 66846

URL: http://llvm.org/viewvc/llvm-project?rev=66846&view=rev
Log:
Bring in std::string to fix compilation on GCC 4.3

Modified:
    cfe/trunk/include/clang/Driver/Arg.h

Modified: cfe/trunk/include/clang/Driver/Arg.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Arg.h?rev=66846&r1=66845&r2=66846&view=diff

==============================================================================
--- cfe/trunk/include/clang/Driver/Arg.h (original)
+++ cfe/trunk/include/clang/Driver/Arg.h Thu Mar 12 19:01:07 2009
@@ -19,6 +19,7 @@
 
 #include "Util.h"
 #include <vector>
+#include <string>
 
 namespace clang {
 namespace driver {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to