OSDN Git Service

Add missing #include from r283039. Found by modules build.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Oct 2016 22:40:54 +0000 (22:40 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Oct 2016 22:40:54 +0000 (22:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283405 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Registry.h

index 810712a..02fd5b9 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_SUPPORT_REGISTRY_H
 
 #include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/StringRef.h"
 #include "llvm/ADT/iterator_range.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/DynamicLibrary.h"