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:
parent
983bfc76f5
commit
7f97cdf7ec
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
||||||
#include "node.h"
|
#include "node.h"
|
||||||
#include "../../core/peo_debug.h"
|
#include "../../core/peo_debug.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
std :: vector <Node> the_schema;
|
std :: vector <Node> the_schema;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue