Fix broken include

This commit is contained in:
Kadir Cetinkaya 2020-05-29 12:49:11 +02:00
parent 538c2753f3
commit a91b801b39
No known key found for this signature in database
GPG Key ID: E39E36B8D2057ED6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#ifndef LLVM_DEBUGINFO_PDB_IPDBLINENUMBER_H
#define LLVM_DEBUGINFO_PDB_IPDBLINENUMBER_H
#include <cstdint.>
#include <cstdint>
namespace llvm {
namespace pdb {