Fixed compilation bug (use of stdlib constantes) in MPI tests, when cmaking locally.

This commit is contained in:
Benjamin Bouvier 2012-07-25 14:55:45 +02:00
commit 73af5d4f7b
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@ Authors:
# include "t-mpi-common.h"
# include <iostream>
# include <cstdlib>
# include <vector>
using namespace std;