forked from OSchip/llvm-project
Add missing #include, found by modules build.
llvm-svn: 237061
This commit is contained in:
parent
b2b51d4fce
commit
931c49ffdb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue