1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Add missing #include, found by modules build.

llvm-svn: 237061
This commit is contained in:
Richard Smith 2015-05-11 22:32:06 +00:00
parent 787092e4fc
commit 4e0787faaf

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