forked from OSchip/llvm-project
[RegisterBankInfo] Add missing include for assert.
This should appease the linux bot. llvm-svn: 265491
This commit is contained in:
parent
ea04026c13
commit
60f507bf3b
|
@ -15,6 +15,7 @@
|
|||
#ifndef LLVM_CODEGEN_GLOBALISEL_REGBANKINFO_H
|
||||
#define LLVM_CODEGEN_GLOBALISEL_REGBANKINFO_H
|
||||
|
||||
#include <cassert>
|
||||
#include <memory> // For unique_ptr.
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue