forked from OSchip/llvm-project
Add missing #include found by modules build.
llvm-svn: 279298
This commit is contained in:
parent
8849a51370
commit
46d396041b
|
@ -15,6 +15,7 @@
|
|||
#ifndef LLVM_CODEGEN_PBQP_GRAPH_H
|
||||
#define LLVM_CODEGEN_PBQP_GRAPH_H
|
||||
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
|
Loading…
Reference in New Issue