Add climits header as required for gcc-4.3 when using UINT_MAX
This commit is contained in:
parent
fb6201a144
commit
1187a83c82
4 changed files with 24 additions and 37 deletions
|
|
@ -27,7 +27,8 @@
|
|||
#ifndef _make_checkpoint_pareto_h
|
||||
#define _make_checkpoint_pareto_h
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <climits>
|
||||
#include <cstdlib>
|
||||
#include <sstream>
|
||||
|
||||
#include "EO.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue