1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Add #include <cassert>

This should fix the broken builds on some bots.

llvm-svn: 342420
This commit is contained in:
Zachary Turner 2018-09-17 22:04:56 +00:00
parent eb4a85b34a
commit 3efc86e71e

View File

@ -10,6 +10,7 @@
#ifndef LLVM_DEBUGINFO_PDB_IPDBENUMCHILDREN_H
#define LLVM_DEBUGINFO_PDB_IPDBENUMCHILDREN_H
#include <cassert>
#include <cstdint>
#include <memory>