From f00e9ae990f5a836555c9d4f911c941953d14e19 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185087 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Registry.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/Support/Registry.h b/include/llvm/Support/Registry.h index 29eafb63ca0e..073becd586aa 100644 --- a/include/llvm/Support/Registry.h +++ b/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.