In rmc/mpi/schema.cpp, header <stdio.h> added to avoid an error of sprintf method not declared in the scope. This error appears with g++ (GCC) 4.4.1 20090725 (Red Hat 4.4.1-2) on Fedora 11 32 bits

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1607 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2009-09-10 09:05:54 +00:00
commit 7f97cdf7ec

View file

@ -43,6 +43,7 @@
#include "node.h"
#include "../../core/peo_debug.h"
#include <stdio.h>
std :: vector <Node> the_schema;