summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-06-27 17:57:40 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-06-27 17:57:40 +0000
commitf183082dc6c92c3f751561ba29cddbbf22dbc76b (patch)
treecca50e30ccfcff2b306d3b6053789608b34939d6
parent02dd93ec1a15f67451d559c93e1fd58b3b17e677 (diff)
downloadbcm5719-llvm-f183082dc6c92c3f751561ba29cddbbf22dbc76b.tar.gz
bcm5719-llvm-f183082dc6c92c3f751561ba29cddbbf22dbc76b.zip
[Support/Registry.h] Include llvm/Support/Compiler.h.
Because Registry.h is using the LLVM_DELETED_FUNCTION macro. llvm-svn: 185087
-rw-r--r--llvm/include/llvm/Support/Registry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/Registry.h b/llvm/include/llvm/Support/Registry.h
index 29eafb63ca0..073becd586a 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.
OpenPOWER on IntegriCloud