Skip to content

Commit

Permalink
[Support/Registry.h] Include llvm/Support/Compiler.h.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
akyrtzi committed Jun 27, 2013
1 parent e6dc376 commit f00e9ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/llvm/Support/Registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f00e9ae

Please sign in to comment.