[RegisterBankInfo] Add missing include for assert.

This should appease the linux bot.

llvm-svn: 265491
This commit is contained in:
Quentin Colombet 2016-04-05 23:43:58 +00:00
parent ea04026c13
commit 60f507bf3b
1 changed files with 1 additions and 0 deletions

View File

@ -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 {