diff options
Diffstat (limited to 'runtime/native/string_array_utils.h')
-rw-r--r-- | runtime/native/string_array_utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/native/string_array_utils.h b/runtime/native/string_array_utils.h index 41d50933f9..f1fbe540f5 100644 --- a/runtime/native/string_array_utils.h +++ b/runtime/native/string_array_utils.h @@ -17,13 +17,14 @@ #ifndef ART_RUNTIME_NATIVE_STRING_ARRAY_UTILS_H_ #define ART_RUNTIME_NATIVE_STRING_ARRAY_UTILS_H_ +#include "base/macros.h" #include "base/locks.h" #include "class_root-inl.h" #include "handle_scope-inl.h" #include "mirror/object_array-alloc-inl.h" #include "mirror/string.h" -namespace art { +namespace art HIDDEN { namespace detail { |