Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfc9f4f8 authored by Scott Tsai's avatar Scott Tsai
Browse files

Include stdio.h in tools/aidl/AST.h to make the code build on gcc-4.4

parent 2a73de7b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
#include <vector>
#include <set>
#include <stdarg.h>
#include <stdio.h>

using namespace std;