================ @@ -10,22 +10,25 @@ #define LLVM_CODEGEN_REGALLOCCOMMON_H #include <functional> +#include <llvm/CodeGen/Register.h> ---------------- arsenm wrote: Should use `""` instead of `<>` for project local includes https://github.com/llvm/llvm-project/pull/93525