From 11f3ec9c366587564dc65241eb894a1c4c7d763c Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Wed, 29 Aug 2012 17:57:04 -0400 Subject: [PATCH] Add stdlib includes --- Core/src/ThreadGroup.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Core/src/ThreadGroup.cpp b/Core/src/ThreadGroup.cpp index af43cbf..19fe476 100644 --- a/Core/src/ThreadGroup.cpp +++ b/Core/src/ThreadGroup.cpp @@ -1,5 +1,8 @@ #include "ThreadGroup.h" +#include +#include + #include #include