forked from OSchip/llvm-project
Fix broken include
This commit is contained in:
parent
538c2753f3
commit
a91b801b39
|
@ -9,7 +9,7 @@
|
|||
#ifndef LLVM_DEBUGINFO_PDB_IPDBLINENUMBER_H
|
||||
#define LLVM_DEBUGINFO_PDB_IPDBLINENUMBER_H
|
||||
|
||||
#include <cstdint.>
|
||||
#include <cstdint>
|
||||
|
||||
namespace llvm {
|
||||
namespace pdb {
|
||||
|
|
Loading…
Reference in New Issue