OSDN Git Service

grxmlcompile: include <cstdio> in files that wants netw_arc.h
authorScott Tsai <scottt.tw@gmail.com>
Fri, 20 Mar 2009 23:28:10 +0000 (07:28 +0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Sun, 29 Mar 2009 15:55:34 +0000 (08:55 -0700)
commit66d9f39f64360565c0b7176218412135b8242528
treeda8c32d99ed4fbff5a96e149c87b107ffcfe73d3
parent15fc15883c8aee2b736e8cc9a31eef071908e4a0
grxmlcompile: include <cstdio> in files that wants netw_arc.h
to make the code build on gcc-4.4.

NUANArc::Print{,Text} in netw_arc.h uses 'printf' which is no longer
implicitly pulled in by <iostream> in gcc >= 4.4.
tools/grxmlcompile/gr_iface.cpp
tools/grxmlcompile/sub_base.cpp
tools/grxmlcompile/sub_grph.cpp
tools/grxmlcompile/sub_min.cpp
tools/grxmlcompile/sub_supp.cpp