diff options
| author | Fangrui Song <maskray@google.com> | 2018-07-17 19:50:41 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2018-07-17 19:50:41 +0000 |
| commit | 5391bb62fb51386c5d0749fb87dc3f1011030b94 (patch) | |
| tree | 834c4a54b3b6db0275bdc5490311b59eb7d164d6 /llvm/lib/Demangle | |
| parent | 427bce111440a33a896e4b3a5f7977d65e9d25e7 (diff) | |
| download | bcm5719-llvm-5391bb62fb51386c5d0749fb87dc3f1011030b94.tar.gz bcm5719-llvm-5391bb62fb51386c5d0749fb87dc3f1011030b94.zip | |
[Demangle] Add missing header files
llvm-svn: 337318
Diffstat (limited to 'llvm/lib/Demangle')
| -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 f764663436d..793021d1d89 100644 --- a/llvm/lib/Demangle/Utility.h +++ b/llvm/lib/Demangle/Utility.h @@ -14,8 +14,10 @@ #include "StringView.h" +#include <cstdint> #include <cstdlib> #include <cstring> +#include <iterator> #include <limits> // Stream that AST nodes write their string representation into after the AST |

