diff options
| author | Jason Sams <rjsams@android.com> | 2009-08-12 17:54:11 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-08-12 17:54:11 -0700 |
| commit | 43ee06857bb7f99446d1d84f8789016c5d105558 (patch) | |
| tree | cc88d57d27c7ea1c1d0a9e21a49f3fc16908e1cc /libs/rs/rsUtils.h | |
| parent | a9f1dd021f8f6ee777bc4d27913bd40c42e753af (diff) | |
| download | frameworks_base-43ee06857bb7f99446d1d84f8789016c5d105558.zip frameworks_base-43ee06857bb7f99446d1d84f8789016c5d105558.tar.gz frameworks_base-43ee06857bb7f99446d1d84f8789016c5d105558.tar.bz2 | |
Implement reflecting Java objects into the ACC enviroment.
Diffstat (limited to 'libs/rs/rsUtils.h')
| -rw-r--r-- | libs/rs/rsUtils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsUtils.h b/libs/rs/rsUtils.h index f0e4750..ec928db 100644 --- a/libs/rs/rsUtils.h +++ b/libs/rs/rsUtils.h @@ -21,6 +21,8 @@ #define LOG_TAG "rs" #include <utils/Log.h> #include <utils/Vector.h> +#include <utils/KeyedVector.h> +#include <utils/String8.h> #include <stdlib.h> #include <pthread.h> #include <time.h> |
