Fix VC++ build problems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22564 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen 2005-07-30 18:22:27 +00:00
parent f20d183c22
commit cfb1d4235f
2 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "llvm/Target/TargetData.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Debug.h"
#include <algorithm>
#include <set>
using namespace llvm;

View File

@ -157,6 +157,9 @@
<File
RelativePath="..\..\lib\Analysis\ScalarEvolution.cpp">
</File>
<File
RelativePath="..\..\lib\Analysis\ScalarEvolutionExpander.cpp">
</File>
<File
RelativePath="..\..\lib\Analysis\Trace.cpp">
</File>
@ -296,6 +299,9 @@
<File
RelativePath="..\..\include\llvm\Analysis\ScalarEvolution.h">
</File>
<File
RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpander.h">
</File>
<File
RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpressions.h">
</File>