diff options
-rw-r--r-- | include/llvm/Method.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Method.h b/include/llvm/Method.h index 80f167c688..83a84fbf2d 100644 --- a/include/llvm/Method.h +++ b/include/llvm/Method.h @@ -3,6 +3,10 @@ #ifndef LLVM_METHOD_H #define LLVM_METHOD_H +#ifndef MethodType +#define MethodType FunctionType +#endif + #include "llvm/Function.h" #endif |