Changes to obsolete things
This commit is contained in:
parent
2184dc845f
commit
e17eb77e39
2 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,11 @@
|
|||
#include <string>
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
#include <EO.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// eoString
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
#define eoRND_GENERATORS_H
|
||||
|
||||
#include "eoRNG.h"
|
||||
#include <stdexcept>
|
||||
|
||||
/**
|
||||
The class uniform_generator can be used in the STL generate function
|
||||
|
|
|
|||
Reference in a new issue