Skip to content

Commit

Permalink
[Modules] Add missing headers to fix the modular build. (llvm#110924)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsapsai authored and xgupta committed Oct 4, 2024
1 parent efbd1ec commit 2d4fe50
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 2d4fe50

Please sign in to comment.