diff --git a/include/llvm/Value.h b/include/llvm/Value.h index ceb1ad246d5..b86d1374ebc 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -36,7 +36,7 @@ class TypeSymbolTable; template class StringMapEntry; typedef StringMapEntry ValueName; class raw_ostream; -class AssemblyAnnotationWriter; +struct AssemblyAnnotationWriter; //===----------------------------------------------------------------------===// // Value Class diff --git a/lib/Support/raw_ostream.cpp b/lib/Support/raw_ostream.cpp index b9beac2869a..008f85603ee 100644 --- a/lib/Support/raw_ostream.cpp +++ b/lib/Support/raw_ostream.cpp @@ -26,6 +26,7 @@ #if defined(_MSC_VER) #include +#include #ifndef STDIN_FILENO # define STDIN_FILENO 0 #endif diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index 47855c6d1a6..37ba872ba7f 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -88,6 +88,73 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + @@ -551,10 +555,6 @@ RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp" > - - diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index ef57d430b11..101c04e8598 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -601,6 +601,10 @@ RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp" > + + diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj index 78801743eee..57cd1b79484 100644 --- a/win32/x86/x86.vcproj +++ b/win32/x86/x86.vcproj @@ -314,9 +314,9 @@ @@ -391,6 +391,14 @@ RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.h" > + + + + @@ -557,6 +565,10 @@ + +