diff options
Diffstat (limited to 'runtime/mirror/executable.h')
-rw-r--r-- | runtime/mirror/executable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/mirror/executable.h b/runtime/mirror/executable.h index 079efc3320..241fea34df 100644 --- a/runtime/mirror/executable.h +++ b/runtime/mirror/executable.h @@ -18,10 +18,11 @@ #define ART_RUNTIME_MIRROR_EXECUTABLE_H_ #include "accessible_object.h" +#include "base/macros.h" #include "object.h" #include "read_barrier_option.h" -namespace art { +namespace art HIDDEN { struct ExecutableOffsets; class ArtMethod; |