projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac2da1
)
Add missing includes.
author
Zachary Turner
<zturner@google.com>
Mon, 16 Jul 2018 21:34:25 +0000
(21:34 +0000)
committer
Zachary Turner
<zturner@google.com>
Mon, 16 Jul 2018 21:34:25 +0000
(21:34 +0000)
llvm-svn: 337218
llvm/lib/Demangle/Utility.h
patch
|
blob
|
history
diff --git
a/llvm/lib/Demangle/Utility.h
b/llvm/lib/Demangle/Utility.h
index 14cf02bf3e80c7856db6032f9bacd47eb0dd75ea..62c0e7430a5fa428cbd35f1c965038dc2cd52d36 100644
(file)
--- 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.