updates for build-process

This commit is contained in:
kuepper 2004-09-20 14:11:24 +00:00
commit e618920c44
10 changed files with 60 additions and 523 deletions

View file

@ -24,11 +24,17 @@
*/
//-----------------------------------------------------------------------------
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <iostream> // std::cout
#include <strstream> // ostrstream, istrstream
#include <assert.h>
#include <cassert>
#include <iostream>
#ifdef HAVE_SSTREAM
#include <sstream>
#else
#include <strstream>
#endif
#include <utils/eoRndGenerators.h>
#include <eoVector.h> // eoVector