Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed May 2, 2023
1 parent 19109a2 commit 45905b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/include/clang/Sema/RISCVIntrinsicManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#ifndef LLVM_CLANG_SEMA_RISCVINTRINSICMANAGER_H
#define LLVM_CLANG_SEMA_RISCVINTRINSICMANAGER_H

#include <cstdint>

namespace clang {
class LookupResult;
class IdentifierInfo;
Expand Down

0 comments on commit 45905b5

Please sign in to comment.