Added include math.h
This commit is contained in:
parent
7bbdd17307
commit
37a138c81b
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#ifndef _eoParetoFitness_h
|
||||
#define _eoParetoFitness_h
|
||||
|
||||
#include <math.h>
|
||||
#include <vector>
|
||||
|
||||
/**
|
||||
|
|
|
|||
Reference in a new issue