ProgressBar.h Can't find USlateBrushAsset

My project was compiling fine, made the move to 4.11 and then a few days later, I’m randomly getting an error with ProgressBar.h not being able to find USlateBrushAsset.

I added #include “Slate/SlateBrushAsset.h” at the top of ProgressBar.h and everything compiles fine now. Seems sketchy.