Replaced the flat definitions of ncecessary classes (eoStatxxx and eoMonitor)
with the include of the corresponding .h file. as MSVC complained!
This commit is contained in:
parent
5597f3e353
commit
49cc03546a
1 changed files with 2 additions and 5 deletions
|
|
@ -29,11 +29,8 @@
|
|||
|
||||
#include <eoContinue.h>
|
||||
#include <utils/eoUpdater.h>
|
||||
|
||||
template <class EOT> class eoStatBase;
|
||||
template <class EOT> class eoSortedStatBase;
|
||||
class eoMonitor;
|
||||
class eoUpdater;
|
||||
#include <utils/eoMonitor.h>
|
||||
#include <utils/eoStat.h>
|
||||
|
||||
/** eoCheckPoint is a container class.
|
||||
It contains an eoContinue, and vertors of (pointers to)
|
||||
|
|
|
|||
Reference in a new issue