[Support/Registry.h] Include llvm/Support/Compiler.h.

Because Registry.h is using the LLVM_DELETED_FUNCTION macro.

llvm-svn: 185087
This commit is contained in:
Argyrios Kyrtzidis 2013-06-27 17:57:40 +00:00
parent 02dd93ec1a
commit f183082dc6
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#ifndef LLVM_SUPPORT_REGISTRY_H
#define LLVM_SUPPORT_REGISTRY_H
#include "llvm/Support/Compiler.h"
namespace llvm {
/// A simple registry entry which provides only a name, description, and
/// no-argument constructor.