forked from OSchip/llvm-project
Include TypeIndex. Again, the "check" target is not enough to catch this currently
llvm-svn: 257793
This commit is contained in:
parent
70f5bc99b6
commit
3e8d8c7d26
|
@ -10,6 +10,7 @@
|
|||
#ifndef LLVM_DEBUGINFO_CODEVIEW_LINE_H
|
||||
#define LLVM_DEBUGINFO_CODEVIEW_LINE_H
|
||||
|
||||
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
|
||||
#include "llvm/Support/Endian.h"
|
||||
#include <cinttypes>
|
||||
|
||||
|
|
Loading…
Reference in New Issue