Skip to content

Commit f4b758d

Browse files
authored
[Modules] Add missing headers to fix the modular build. (#110924)
1 parent e379b4b commit f4b758d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/include/llvm/CodeGen/Spiller.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
#ifndef LLVM_CODEGEN_SPILLER_H
1010
#define LLVM_CODEGEN_SPILLER_H
1111

12+
#include "llvm/ADT/ArrayRef.h"
13+
#include "llvm/CodeGen/Register.h"
14+
1215
namespace llvm {
1316

1417
class LiveRangeEdit;

0 commit comments

Comments
 (0)