summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-07-16 21:34:25 +0000
committerZachary Turner <zturner@google.com>2018-07-16 21:34:25 +0000
commit21808b1037f64a8e9d41d325606556d4c2820673 (patch)
tree052056dcf8d1f09fba2717d295346b101d92ed4d /llvm
parentfac2da1ba76f9ac0bef4a8963a059d1a928ba787 (diff)
downloadbcm5719-llvm-21808b1037f64a8e9d41d325606556d4c2820673.tar.gz
bcm5719-llvm-21808b1037f64a8e9d41d325606556d4c2820673.zip
Add missing includes.
llvm-svn: 337218
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Demangle/Utility.h2
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.
OpenPOWER on IntegriCloud