OSDN Git Service

Add missing #include found by modules build.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 19 Aug 2016 18:57:17 +0000 (18:57 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 19 Aug 2016 18:57:17 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279298 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/PBQP/Graph.h

index 4a18ac5..b4e7fba 100644 (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>