diff --git a/include/llvm/Method.h b/include/llvm/Method.h index 80f167c688e..83a84fbf2d9 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