================ @@ -15,6 +15,7 @@ #ifndef LLVM_IR_PROFDATAUTILS_H #define LLVM_IR_PROFDATAUTILS_H +#include "llvm/ADT/STLExtras.h" ---------------- jdenny-ornl wrote: What is this include for? https://github.com/llvm/llvm-project/pull/154841