commit | bfc9f4f8308b6ca68f123ef0743350471ca34b2a | [log] [tgz] |
---|---|---|
author | Scott Tsai <scottt.tw@gmail.com> | Sat Mar 21 07:06:07 2009 +0800 |
committer | Scott Tsai <scottt.tw@gmail.com> | Sat Mar 21 07:06:07 2009 +0800 |
tree | d70f19f4df4e027c620a704737b6f9e4be0f1d13 | |
parent | 2a73de7b21a89aa2ba4c254d28658b49793425b2 [diff] [blame] |
Include stdio.h in tools/aidl/AST.h to make the code build on gcc-4.4
diff --git a/tools/aidl/AST.h b/tools/aidl/AST.h index 1dedd04..aec2164 100755 --- a/tools/aidl/AST.h +++ b/tools/aidl/AST.h
@@ -5,6 +5,7 @@ #include <vector> #include <set> #include <stdarg.h> +#include <stdio.h> using namespace std;