diff options
-rw-r--r-- | llvm/lib/Demangle/Utility.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Demangle/Utility.h b/llvm/lib/Demangle/Utility.h index 14cf02bf3e8..62c0e7430a5 100644 --- a/llvm/lib/Demangle/Utility.h +++ b/llvm/lib/Demangle/Utility.h @@ -12,7 +12,9 @@ #ifndef LLVM_DEMANGLE_UTILITY_H #define LLVM_DEMANGLE_UTILITY_H +#include <cstdlib> #include <cstring> +#include <limits> // Stream that AST nodes write their string representation into after the AST // has been parsed. |