From 5e950627f9e3b382edcce797b03d968af6717c0b Mon Sep 17 00:00:00 2001 From: Cedric Venet Date: Fri, 27 Jun 2008 18:00:09 +0000 Subject: Add an include file needed for VS. Add two new file to codegen project (VS). This unbreak the build for VS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52831 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/ValueTracking.h | 1 + win32/CodeGen/CodeGen.vcproj | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/include/llvm/Analysis/ValueTracking.h b/include/llvm/Analysis/ValueTracking.h index e369976413..22a605d86f 100644 --- a/include/llvm/Analysis/ValueTracking.h +++ b/include/llvm/Analysis/ValueTracking.h @@ -16,6 +16,7 @@ #define LLVM_ANALYSIS_VALUETRACKING_H #include +#include namespace llvm { class Value; diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index ef015683ea..b61f3e2723 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -376,6 +376,10 @@ RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp" > + + @@ -642,6 +646,10 @@ RelativePath="..\..\include\llvm\CodeGen\MachineConstantPool.h" > + + -- cgit v1.2.3