From 150333ef7c47bfccb65507db4c959171929043c7 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Tue, 30 Apr 2013 15:56:24 +0200 Subject: [PATCH] bugfix: include nessary headers for eoRealBounds --- eo/src/utils/eoRealBounds.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eo/src/utils/eoRealBounds.h b/eo/src/utils/eoRealBounds.h index a41646d47..9d046be1a 100644 --- a/eo/src/utils/eoRealBounds.h +++ b/eo/src/utils/eoRealBounds.h @@ -27,9 +27,12 @@ #ifndef _eoRealBounds_h #define _eoRealBounds_h +#include #include #include // std::exceptions! + #include +#include "eoLogger.h" /** \defgroup Real Vector of reals