aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Support/Base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Support/Base64.h')
-rw-r--r--llvm/include/llvm/Support/Base64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/Base64.h b/llvm/include/llvm/Support/Base64.h
index 62064a35aa34..da4ae1688574 100644
--- a/llvm/include/llvm/Support/Base64.h
+++ b/llvm/include/llvm/Support/Base64.h
@@ -13,6 +13,7 @@
#ifndef LLVM_SUPPORT_BASE64_H
#define LLVM_SUPPORT_BASE64_H
+#include <cstdint>
#include <string>
namespace llvm {