forked from OSchip/llvm-project
parent
dcf785bf46
commit
83c22e0d75
|
@ -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"
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
#include <map>
|
||||
#include <set>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
using namespace llvm;
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
|
Loading…
Reference in New Issue