Add missing #include, found by modules build.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 11 May 2015 22:32:06 +0000 (22:32 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 11 May 2015 22:32:06 +0000 (22:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237061 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Registry.h

index 1f81d0751368fc0e2de141a32bc5d81fd58b9cf8..95c4e96f7f2995a0df08a47e006467cce3900736 100644 (file)
@@ -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>