1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Get VC++ building again.

llvm-svn: 26351
This commit is contained in:
Jeff Cohen 2006-02-24 02:52:40 +00:00
parent 6248339a24
commit 9773f9c447
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#define LLVM_CODEGEN_MACHINEDEBUGINFO_H
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/ADT/UniqueVector.h"
#include "llvm/GlobalValue.h"
#include "llvm/Pass.h"

View File

@ -42,6 +42,7 @@
#include <map>
#include <set>
#include <iostream>
#include <algorithm>
using namespace llvm;
#ifndef NDEBUG