OSDN Git Service

[Support/Registry.h] Include llvm/Support/Compiler.h.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 27 Jun 2013 17:57:40 +0000 (17:57 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 27 Jun 2013 17:57:40 +0000 (17:57 +0000)
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

index 29eafb6..073becd 100644 (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.