From 2674657d025a0a8fba720fcee9adb4650426991a 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: acd40e087c5626ed81b4beeae2478defadcf07fc [formerly 6cfe657fd9e154e8f77db4ffa206a8ab23e4d5c1] Former-commit-id: da09547499f6f12665937b7e1d7488ddc75eb3cd --- 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