diff --git a/intern/cycles/scene/object.h b/intern/cycles/scene/object.h index 7779f603efd..27a4c1ea320 100644 --- a/intern/cycles/scene/object.h +++ b/intern/cycles/scene/object.h @@ -9,6 +9,7 @@ /* included as Object::set_particle_system defined through NODE_SOCKET_API does * not select the right Node::set overload as it does not know that ParticleSystem * is a Node */ +#include "scene/geometry.h" #include "scene/particles.h" #include "scene/scene.h"