From 49cc03546af7ed1581fc5a6676def5d29f8dab25 Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 16 Nov 2001 14:01:52 +0000 Subject: [PATCH] Replaced the flat definitions of ncecessary classes (eoStatxxx and eoMonitor) with the include of the corresponding .h file. as MSVC complained! --- eo/src/utils/eoCheckPoint.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/eo/src/utils/eoCheckPoint.h b/eo/src/utils/eoCheckPoint.h index 7c8a1d11..4e74fe2f 100644 --- a/eo/src/utils/eoCheckPoint.h +++ b/eo/src/utils/eoCheckPoint.h @@ -29,11 +29,8 @@ #include #include - -template class eoStatBase; -template class eoSortedStatBase; -class eoMonitor; -class eoUpdater; +#include +#include /** eoCheckPoint is a container class. It contains an eoContinue, and vertors of (pointers to)