What include do I need to use SetVectorParameter in ParticleSystemComponent?

Using 4.3 including:

#include "ParticleDefinitions.h"

No longer allow to use SetVectorParameter on UParticleSystemComponent.
I’m trying to find the right includ, but with no success right now.

You need these includes:

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

In your implementation (cpp) file.