1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add missing #include from r283039. Found by modules build.

llvm-svn: 283405
This commit is contained in:
Richard Smith 2016-10-05 22:40:54 +00:00
parent 9abb223622
commit bccb82e3c4

View 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"