Skip to content

Commit

Permalink
[clangCodeGen] Fix the build failure for 5c8985e
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Feb 14, 2024
1 parent 470c5b8 commit 5932f3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clang/lib/CodeGen/MCDCState.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ProfileData/Coverage/MCDCTypes.h"

namespace clang {
class Stmt;
} // namespace clang

namespace clang::CodeGen::MCDC {

using namespace llvm::coverage::mcdc;
Expand Down

0 comments on commit 5932f3f

Please sign in to comment.