SDK/ParticleEmitterComponent: Fix missing include

Former-commit-id: 63e47c72265c27d3fd7dd866f2c14781035e55d6 [formerly ff931366578e3d8aa9be0b7165d769cd3c2fe663]
Former-commit-id: 63ec82a8fca534c0a03d974076572f8e5f21c52f
This commit is contained in:
Lynix 2016-08-01 12:04:15 +02:00
parent fdfd078335
commit 870305b403
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#define NDK_COMPONENTS_PARTICLEEMITTERCOMPONENT_HPP #define NDK_COMPONENTS_PARTICLEEMITTERCOMPONENT_HPP
#include <Nazara/Graphics/ParticleEmitter.hpp> #include <Nazara/Graphics/ParticleEmitter.hpp>
#include <Nazara/Graphics/ParticleGroup.hpp>
#include <NDK/Component.hpp> #include <NDK/Component.hpp>
namespace Ndk namespace Ndk