Index: include/clang/AST/Stmt.h
===================================================================
--- include/clang/AST/Stmt.h	(revision 44490)
+++ include/clang/AST/Stmt.h	(working copy)
@@ -21,6 +21,7 @@
 #include "llvm/ADT/iterator"
 #include "llvm/Bitcode/SerializationFwd.h"
 #include <iosfwd>
+#include <string>
 
 using llvm::dyn_cast_or_null;
 
Index: win32/clangAST/clangAST.vcproj
===================================================================
--- win32/clangAST/clangAST.vcproj	(revision 44490)
+++ win32/clangAST/clangAST.vcproj	(working copy)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="8.00"
+	Version="8,00"
 	Name="clangAST"
 	ProjectGUID="{5125C3DB-FBD6-4BF8-8D8B-CE51D6E93BCD}"
 	RootNamespace="clangAST"
@@ -153,6 +153,10 @@
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 			>
 			<File
+				RelativePath="..\..\AST\ASTConsumer.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\AST\ASTContext.cpp"
 				>
 			</File>
