commit | 0aa7fe6876d533610b4b993035030b946cc32e4c | [log] [tgz] |
---|---|---|
author | Alexey Zaytsev <alexey.zaytsev@gmail.com> | Tue Oct 21 23:52:01 2008 +0400 |
committer | Alexey Zaytsev <alexey.zaytsev@gmail.com> | Tue Oct 21 23:52:01 2008 +0400 |
tree | 21f8d4a99641fc6184fcbfb86eec696242dba6ab | |
parent | 54b6cfa9a9e5b861a9930af873580d6dc20f773c [diff] [blame] |
Add a few missing headers Fixes build with gcc 4.3.2 Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
diff --git a/tools/aidl/options.h b/tools/aidl/options.h index dc3c45a..e7e62ec 100644 --- a/tools/aidl/options.h +++ b/tools/aidl/options.h
@@ -1,6 +1,7 @@ #ifndef DEVICE_TOOLS_AIDL_H #define DEVICE_TOOLS_AIDL_H +#include <string.h> #include <string> #include <vector>