1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

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 0d41c284e0
commit 37a22f5851

View File

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