summaryrefslogtreecommitdiffstats
path: root/tools/localize/Perforce.cpp
diff options
context:
space:
mode:
authorScott Tsai <scottt.tw@gmail.com>2009-03-21 08:08:36 +0800
committerScott Tsai <scottt.tw@gmail.com>2009-03-21 08:08:36 +0800
commit8a2b9083e364ffd46f56362d46af2aeb4718d325 (patch)
treee17f9853a97c0c05851b88cb565704897d199f0e /tools/localize/Perforce.cpp
parentbfc9f4f8308b6ca68f123ef0743350471ca34b2a (diff)
downloadframeworks_base-8a2b9083e364ffd46f56362d46af2aeb4718d325.zip
frameworks_base-8a2b9083e364ffd46f56362d46af2aeb4718d325.tar.gz
frameworks_base-8a2b9083e364ffd46f56362d46af2aeb4718d325.tar.bz2
localize: include <cstdio> in files that uses the printf family of
functions to make the code build on gcc-4.4 gcc-4.4 further cleaned up header include dependencies so that e.x. including <iostream> no longer pulls in printf.
Diffstat (limited to 'tools/localize/Perforce.cpp')
-rw-r--r--tools/localize/Perforce.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/localize/Perforce.cpp b/tools/localize/Perforce.cpp
index 25c336c..a7f301e 100644
--- a/tools/localize/Perforce.cpp
+++ b/tools/localize/Perforce.cpp
@@ -8,6 +8,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
+#include <cstdio>
using namespace std;