Fixed compilation bug (use of stdlib constantes) in MPI tests, when cmaking locally.
This commit is contained in:
parent
e48782f22d
commit
73af5d4f7b
2 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ Authors:
|
||||||
# include "t-mpi-common.h"
|
# include "t-mpi-common.h"
|
||||||
|
|
||||||
# include <iostream>
|
# include <iostream>
|
||||||
|
# include <cstdlib>
|
||||||
|
|
||||||
# include <vector>
|
# include <vector>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ Authors:
|
||||||
# include "t-mpi-common.h"
|
# include "t-mpi-common.h"
|
||||||
|
|
||||||
# include <iostream>
|
# include <iostream>
|
||||||
|
# include <cstdlib>
|
||||||
|
|
||||||
# include <vector>
|
# include <vector>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
|
||||||
Reference in a new issue