From e17eb77e3918e532cc7ff2b04cc09b6553c8d9bc Mon Sep 17 00:00:00 2001 From: jmerelo Date: Tue, 17 Jun 2003 06:24:15 +0000 Subject: [PATCH] Changes to obsolete things --- eo/src/other/eoString.h | 5 +++++ eo/src/utils/rnd_generators.h | 1 + 2 files changed, 6 insertions(+) diff --git a/eo/src/other/eoString.h b/eo/src/other/eoString.h index e37adba1..85843411 100644 --- a/eo/src/other/eoString.h +++ b/eo/src/other/eoString.h @@ -29,6 +29,11 @@ #include #include + +#include + +using namespace std; + //----------------------------------------------------------------------------- // eoString //----------------------------------------------------------------------------- diff --git a/eo/src/utils/rnd_generators.h b/eo/src/utils/rnd_generators.h index 90fdd290..d1058ab1 100644 --- a/eo/src/utils/rnd_generators.h +++ b/eo/src/utils/rnd_generators.h @@ -32,6 +32,7 @@ #define eoRND_GENERATORS_H #include "eoRNG.h" +#include /** The class uniform_generator can be used in the STL generate function