Skip to content

Commit

Permalink
[Modules] Add missing headers to fix the modular build. (#110924)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsapsai authored Oct 2, 2024
1 parent e379b4b commit f4b758d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/include/llvm/CodeGen/Spiller.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#ifndef LLVM_CODEGEN_SPILLER_H
#define LLVM_CODEGEN_SPILLER_H

#include "llvm/ADT/ArrayRef.h"
#include "llvm/CodeGen/Register.h"

namespace llvm {

class LiveRangeEdit;
Expand Down

0 comments on commit f4b758d

Please sign in to comment.