summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-08-19 18:57:17 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-08-19 18:57:17 +0000
commit46d396041bb2d8cdce8ad3a8cca074a59c3716b0 (patch)
treefc63550b3dfa53fd1720f6ee26cb479ee24eab7e /llvm
parent8849a5137009509ef6c76115ffef62118f1b7fee (diff)
downloadbcm5719-llvm-46d396041bb2d8cdce8ad3a8cca074a59c3716b0.tar.gz
bcm5719-llvm-46d396041bb2d8cdce8ad3a8cca074a59c3716b0.zip
Add missing #include found by modules build.
llvm-svn: 279298
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/PBQP/Graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/PBQP/Graph.h b/llvm/include/llvm/CodeGen/PBQP/Graph.h
index 4a18ac5a06e..b4e7fba68cb 100644
--- a/llvm/include/llvm/CodeGen/PBQP/Graph.h
+++ b/llvm/include/llvm/CodeGen/PBQP/Graph.h
@@ -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>
OpenPOWER on IntegriCloud