diff options
Diffstat (limited to 'runtime/string_builder_append.h')
-rw-r--r-- | runtime/string_builder_append.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/string_builder_append.h b/runtime/string_builder_append.h index fee64198f9..9629c99ae8 100644 --- a/runtime/string_builder_append.h +++ b/runtime/string_builder_append.h @@ -22,9 +22,10 @@ #include "base/bit_utils.h" #include "base/locks.h" +#include "base/macros.h" #include "obj_ptr.h" -namespace art { +namespace art HIDDEN { class Thread; |