From f183082dc6c92c3f751561ba29cddbbf22dbc76b Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Thu, 27 Jun 2013 17:57:40 +0000 Subject: [PATCH] [Support/Registry.h] Include llvm/Support/Compiler.h. Because Registry.h is using the LLVM_DELETED_FUNCTION macro. llvm-svn: 185087 --- llvm/include/llvm/Support/Registry.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/include/llvm/Support/Registry.h b/llvm/include/llvm/Support/Registry.h index 29eafb63ca0e..073becd586aa 100644 --- a/llvm/include/llvm/Support/Registry.h +++ b/llvm/include/llvm/Support/Registry.h @@ -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.