================ @@ -32,6 +32,7 @@ #define LLVM_IR_CONSTANTRANGE_H #include "llvm/ADT/APInt.h" +#include "llvm/IR/CmpPredicate.h" ---------------- nikic wrote: Forward declare? https://github.com/llvm/llvm-project/pull/125899