From bfc9f4f8308b6ca68f123ef0743350471ca34b2a Mon Sep 17 00:00:00 2001 From: Scott Tsai Date: Sat, 21 Mar 2009 07:06:07 +0800 Subject: [PATCH] Include stdio.h in tools/aidl/AST.h to make the code build on gcc-4.4 --- tools/aidl/AST.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/aidl/AST.h b/tools/aidl/AST.h index 1dedd048bd14c..aec21644bf6b9 100755 --- a/tools/aidl/AST.h +++ b/tools/aidl/AST.h @@ -5,6 +5,7 @@ #include #include #include +#include using namespace std;