Fix several more missing headers, all of these were hidden by "lucky"
include ordering. llvm-svn: 304790
This commit is contained in:
parent
ad01b84212
commit
83c2b13b66
|
|
@ -11,6 +11,7 @@
|
||||||
#define LLVM_DEBUGINFO_PDB_DIA_DIAENUMDEBUGSTREAMS_H
|
#define LLVM_DEBUGINFO_PDB_DIA_DIAENUMDEBUGSTREAMS_H
|
||||||
|
|
||||||
#include "DIASupport.h"
|
#include "DIASupport.h"
|
||||||
|
#include "llvm/DebugInfo/PDB/IPDBDataStream.h"
|
||||||
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
|
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
#include "DIASupport.h"
|
#include "DIASupport.h"
|
||||||
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
|
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
|
||||||
|
#include "llvm/DebugInfo/PDB/IPDBLineNumber.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
namespace pdb {
|
namespace pdb {
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
#include "DIASupport.h"
|
#include "DIASupport.h"
|
||||||
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
|
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
|
||||||
|
#include "llvm/DebugInfo/PDB/IPDBSourceFile.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
namespace pdb {
|
namespace pdb {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue