Add missing #include found by modules build.

llvm-svn: 279298
This commit is contained in:
Richard Smith 2016-08-19 18:57:17 +00:00
parent 8849a51370
commit 46d396041b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifndef LLVM_CODEGEN_PBQP_GRAPH_H #ifndef LLVM_CODEGEN_PBQP_GRAPH_H
#define LLVM_CODEGEN_PBQP_GRAPH_H #define LLVM_CODEGEN_PBQP_GRAPH_H
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Debug.h" #include "llvm/Support/Debug.h"
#include <algorithm> #include <algorithm>
#include <cassert> #include <cassert>