Fix VC++ build errors

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23210 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen 2005-09-02 02:51:42 +00:00
parent f505949580
commit 7cd57f4c45
3 changed files with 8 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include <vector>
#include <iostream>
#include <cassert>
#include "llvm/Support/DataTypes.h"
namespace llvm {

View File

@ -17,7 +17,7 @@
#include <algorithm>
#include <vector>
#include <cassert>
#include <cctype>
using namespace llvm;

View File

@ -109,6 +109,9 @@
<File
RelativePath="..\..\lib\Target\MRegisterInfo.cpp">
</File>
<File
RelativePath="..\..\lib\Target\SubtargetFeature.cpp">
</File>
<File
RelativePath="..\..\lib\Target\TargetData.cpp">
</File>
@ -141,6 +144,9 @@
<File
RelativePath="..\..\include\llvm\Target\MRegisterInfo.h">
</File>
<File
RelativePath="..\..\include\llvm\Target\SubtargetFeature.h">
</File>
<File
RelativePath="..\..\include\llvm\Target\TargetData.h">
</File>