summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-05-11 22:32:06 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-05-11 22:32:06 +0000
commit931c49ffdbbf28d9a27234c2a829f4b8acdb1964 (patch)
tree16bc5fcac651c431ba6e3201ab9eb131a7c240c0
parentb2b51d4fce02783c1a1494700c3b9bbf0b1e8e50 (diff)
downloadbcm5719-llvm-931c49ffdbbf28d9a27234c2a829f4b8acdb1964.tar.gz
bcm5719-llvm-931c49ffdbbf28d9a27234c2a829f4b8acdb1964.zip
Add missing #include, found by modules build.
llvm-svn: 237061
-rw-r--r--llvm/include/llvm/Support/Registry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/Registry.h b/llvm/include/llvm/Support/Registry.h
index 1f81d075136..95c4e96f7f2 100644
--- a/llvm/include/llvm/Support/Registry.h
+++ b/llvm/include/llvm/Support/Registry.h
@@ -14,6 +14,7 @@
#ifndef LLVM_SUPPORT_REGISTRY_H
#define LLVM_SUPPORT_REGISTRY_H
+#include "llvm/ADT/iterator_range.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Compiler.h"
#include <memory>
OpenPOWER on IntegriCloud