Add missing includes.
authorZachary Turner <zturner@google.com>
Mon, 16 Jul 2018 21:34:25 +0000 (21:34 +0000)
committerZachary Turner <zturner@google.com>
Mon, 16 Jul 2018 21:34:25 +0000 (21:34 +0000)
llvm-svn: 337218

llvm/lib/Demangle/Utility.h

index 14cf02b..62c0e74 100644 (file)
@@ -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.