From: Stephen Seo Date: Wed, 20 Apr 2016 13:18:25 +0000 (+0900) Subject: Fixed missing include X-Git-Tag: 1.0~86 X-Git-Url: https://git.seodisparate.com/js/darkmode.js?a=commitdiff_plain;h=646cb8915721bb2e118c5f9ae73020c7abab0820;p=EntityComponentMetaSystem Fixed missing include --- diff --git a/src/EC/Manager.hpp b/src/EC/Manager.hpp index 38fb167..81f8ce7 100644 --- a/src/EC/Manager.hpp +++ b/src/EC/Manager.hpp @@ -10,6 +10,7 @@ #define EC_GROW_SIZE_AMOUNT 256 #include +#include #include #include