Skip to content

Commit

Permalink
Fix build break for llvm#89884 (llvm#100050)
Browse files Browse the repository at this point in the history
- A missing header
  • Loading branch information
kyulee-com authored Jul 23, 2024
1 parent 6049cd6 commit c33878c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/CodeGenData/CodeGenDataReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include "llvm/CodeGenData/CodeGenDataReader.h"
#include "llvm/CodeGenData/OutlinedHashTreeRecord.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/MemoryBuffer.h"

#define DEBUG_TYPE "cg-data-reader"
Expand Down

0 comments on commit c33878c

Please sign in to comment.