Changes to obsolete things

This commit is contained in:
jmerelo 2003-06-17 06:24:15 +00:00
commit e17eb77e39
2 changed files with 6 additions and 0 deletions

View file

@ -29,6 +29,11 @@
#include <string> #include <string>
#include <stdexcept> #include <stdexcept>
#include <EO.h>
using namespace std;
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// eoString // eoString
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -32,6 +32,7 @@
#define eoRND_GENERATORS_H #define eoRND_GENERATORS_H
#include "eoRNG.h" #include "eoRNG.h"
#include <stdexcept>
/** /**
The class uniform_generator can be used in the STL generate function The class uniform_generator can be used in the STL generate function