]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337218 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Demangle/Utility.h

index 14cf02bf3e80c7856db6032f9bacd47eb0dd75ea..62c0e7430a5fa428cbd35f1c965038dc2cd52d36 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.