1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Fix broken include

This commit is contained in:
Kadir Cetinkaya 2020-05-29 12:49:11 +02:00
parent e8fa8253f9
commit 714a107e6d

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 {