Compile errors attaching ParticleSystemComponent to Actor

I’ve actually answered my own question. Two additional includes solves the problem:

#include "ParticleDefinitions.h"
#include "Particles/ParticleSystem.h"
#include "Particles/ParticleSystemComponent.h"