Add missing include
authorAdrian Prantl <aprantl@apple.com>
Tue, 2 May 2023 15:37:40 +0000 (08:37 -0700)
committerAdrian Prantl <aprantl@apple.com>
Tue, 2 May 2023 15:37:40 +0000 (08:37 -0700)
clang/include/clang/Sema/RISCVIntrinsicManager.h

index 66e7dbd..731bc3a 100644 (file)
@@ -14,6 +14,8 @@
 #ifndef LLVM_CLANG_SEMA_RISCVINTRINSICMANAGER_H
 #define LLVM_CLANG_SEMA_RISCVINTRINSICMANAGER_H
 
+#include <cstdint>
+
 namespace clang {
 class LookupResult;
 class IdentifierInfo;