diff options
-rw-r--r-- | include/llvm/Support/Mangler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index 5ad607dc77..502b797343 100644 --- a/include/llvm/Support/Mangler.h +++ b/include/llvm/Support/Mangler.h @@ -8,6 +8,7 @@ #define LLVM_SUPPORT_MANGLER_H class Value; +class Module; #include <map> #include <set> |