diff options
| author | 2009-08-12 17:57:16 -0700 | |
|---|---|---|
| committer | 2009-08-12 17:57:16 -0700 | |
| commit | 30c0815d97c5349a7392e93b668fbe7de2fab18b (patch) | |
| tree | 8fb04f4deee0c7feb671009769625e3b80c560c6 /libs/rs/rsUtils.h | |
| parent | 7c5ab2b06abef08c7fa8310a3fa591e823eefc6c (diff) | |
| parent | 43ee06857bb7f99446d1d84f8789016c5d105558 (diff) | |
Merge change 21035
* changes:
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 f0e47506be2f..ec928db6f559 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> |