include <cassert>

This commit is contained in:
kuepper 2006-11-16 13:21:41 +00:00
commit 359c5ba8ec
2 changed files with 2 additions and 2 deletions

View file

@ -5,8 +5,7 @@
always use vecSigmaInit with default all values of sigmaInit.
* eoEsChromInit.h (class eoEsChromInit): Take const-reference to sigma-vector.
include <cassert>
* Local Variables:
* coding: iso-8859-1

View file

@ -25,6 +25,7 @@ Contact: http://eodev.sourceforge.net
#define _eoEsChromInit_H
#include <algorithm>
#include <cassert>
#include <cmath>
#include <vector>