diff options
| author | Alexey Zaytsev <alexey.zaytsev@gmail.com> | 2008-10-21 23:52:01 +0400 |
|---|---|---|
| committer | Alexey Zaytsev <alexey.zaytsev@gmail.com> | 2008-10-21 23:52:01 +0400 |
| commit | 0aa7fe6876d533610b4b993035030b946cc32e4c (patch) | |
| tree | 21f8d4a99641fc6184fcbfb86eec696242dba6ab /tools/aidl/options.h | |
| parent | 54b6cfa9a9e5b861a9930af873580d6dc20f773c (diff) | |
| download | frameworks_base-0aa7fe6876d533610b4b993035030b946cc32e4c.zip frameworks_base-0aa7fe6876d533610b4b993035030b946cc32e4c.tar.gz frameworks_base-0aa7fe6876d533610b4b993035030b946cc32e4c.tar.bz2 | |
Add a few missing headers
Fixes build with gcc 4.3.2
Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Diffstat (limited to 'tools/aidl/options.h')
| -rw-r--r-- | tools/aidl/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
