[Demangle] Add missing header files
authorFangrui Song <maskray@google.com>
Tue, 17 Jul 2018 19:50:41 +0000 (19:50 +0000)
committerFangrui Song <maskray@google.com>
Tue, 17 Jul 2018 19:50:41 +0000 (19:50 +0000)
llvm-svn: 337318

llvm/lib/Demangle/Utility.h

index f764663..793021d 100644 (file)
 
 #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