================ @@ -16,6 +16,8 @@ #include <cassert> #include <cstdint> +#include "llvm/Support/Compiler.h" ---------------- kazutakahirata wrote: Once we switch to `[[nodiscard]]`, we shouldn't have to include `Compiler.h` here. https://github.com/llvm/llvm-project/pull/66280