summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2009-06-24 18:43:22 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-06-24 18:43:22 -0700
commit37fa4d135b2e3ab95933cb10c72acb6e9c80c0ee (patch)
tree77e641238d2339357529c9fff82f4f5b95cbd1f7
parent0c102d24b84c732c02713afdb51366cfcd2561ba (diff)
parent1bfedbd04122c0e177caf693423aabad3462d66d (diff)
downloadsrec-37fa4d135b2e3ab95933cb10c72acb6e9c80c0ee.tar.gz
am 1bfedbd0: Include cstdio so that this header file can compile with gcc 4.4.
Merge commit '1bfedbd04122c0e177caf693423aabad3462d66d' * commit '1bfedbd04122c0e177caf693423aabad3462d66d': Include cstdio so that this header file can compile with gcc 4.4.
-rw-r--r--tools/grxmlcompile/netw_arc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/grxmlcompile/netw_arc.h b/tools/grxmlcompile/netw_arc.h
index ed591de..e1d297e 100644
--- a/tools/grxmlcompile/netw_arc.h
+++ b/tools/grxmlcompile/netw_arc.h
@@ -23,7 +23,7 @@
#undef assert
#define assert(X)
-
+#include <cstdio>
class GRXMLDoc;
class NUANArc