From f592f86a8e8b17e48dcf481a29b11d3246a25ec7 Mon Sep 17 00:00:00 2001 From: fberckel Date: Wed, 21 May 2008 20:32:27 +0000 Subject: [PATCH] Adding #include . Ferenc don't understand how this used to compile earlier. --- .../src/modules/core/include/LiveSupport/Core/AsyncState.h | 1 + 1 file changed, 1 insertion(+) diff --git a/campcaster/src/modules/core/include/LiveSupport/Core/AsyncState.h b/campcaster/src/modules/core/include/LiveSupport/Core/AsyncState.h index f35c1de9c..4236c5b38 100644 --- a/campcaster/src/modules/core/include/LiveSupport/Core/AsyncState.h +++ b/campcaster/src/modules/core/include/LiveSupport/Core/AsyncState.h @@ -36,6 +36,7 @@ /* ============================================================ include files */ +#include #include #include "LiveSupport/Core/Ptr.h"