diff options
| -rw-r--r-- | llvm/lib/Demangle/MicrosoftDemangle.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Demangle/MicrosoftDemangle.cpp b/llvm/lib/Demangle/MicrosoftDemangle.cpp index c681d6e25b8..9239ec992cb 100644 --- a/llvm/lib/Demangle/MicrosoftDemangle.cpp +++ b/llvm/lib/Demangle/MicrosoftDemangle.cpp @@ -23,7 +23,9 @@ #include <array> #include <cctype> +#include <cstdint> #include <cstdio> +#include <string> #include <tuple> using namespace llvm; |

