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
This commit is contained in:
Cedric Venet 2008-06-27 18:00:09 +00:00
parent 42af887105
commit 5e950627f9
2 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#define LLVM_ANALYSIS_VALUETRACKING_H
#include <string>
#include <llvm/Support/DataTypes.h>
namespace llvm {
class Value;

View File

@ -376,6 +376,10 @@
RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp"
>
</File>
<File
RelativePath="..\..\lib\CodeGen\MachineDebugInfoDesc.cpp"
>
</File>
<File
RelativePath="..\..\lib\CodeGen\MachineDominators.cpp"
>
@ -642,6 +646,10 @@
RelativePath="..\..\include\llvm\CodeGen\MachineConstantPool.h"
>
</File>
<File
RelativePath="..\..\include\llvm\CodeGen\MachineDebugInfoDesc.h"
>
</File>
<File
RelativePath="..\..\include\llvm\CodeGen\MachineDominators.h"
>