From 870305b40346e9b6475dc0c48b97f32319ef01f1 Mon Sep 17 00:00:00 2001 From: Lynix Date: Mon, 1 Aug 2016 12:04:15 +0200 Subject: [PATCH] SDK/ParticleEmitterComponent: Fix missing include Former-commit-id: 63e47c72265c27d3fd7dd866f2c14781035e55d6 [formerly ff931366578e3d8aa9be0b7165d769cd3c2fe663] Former-commit-id: 63ec82a8fca534c0a03d974076572f8e5f21c52f --- SDK/include/NDK/Components/ParticleEmitterComponent.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SDK/include/NDK/Components/ParticleEmitterComponent.hpp b/SDK/include/NDK/Components/ParticleEmitterComponent.hpp index b874e0818..8d93e0495 100644 --- a/SDK/include/NDK/Components/ParticleEmitterComponent.hpp +++ b/SDK/include/NDK/Components/ParticleEmitterComponent.hpp @@ -9,6 +9,7 @@ #define NDK_COMPONENTS_PARTICLEEMITTERCOMPONENT_HPP #include +#include #include namespace Ndk