bugfix: include nessary headers for eoRealBounds
This commit is contained in:
parent
c424e9a123
commit
150333ef7c
1 changed files with 3 additions and 0 deletions
|
|
@ -27,9 +27,12 @@
|
||||||
#ifndef _eoRealBounds_h
|
#ifndef _eoRealBounds_h
|
||||||
#define _eoRealBounds_h
|
#define _eoRealBounds_h
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdexcept> // std::exceptions!
|
#include <stdexcept> // std::exceptions!
|
||||||
|
|
||||||
#include <utils/eoRNG.h>
|
#include <utils/eoRNG.h>
|
||||||
|
#include "eoLogger.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\defgroup Real Vector of reals
|
\defgroup Real Vector of reals
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue