From f63924e44576bc46b788595865232ec28f2c0bd8 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 17 Jan 2024 14:53:20 +0000 Subject: Add visibility attributes in runtime/c* Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: Id729aca1d8b6d003ff3e9755112f3283e9f2b507 --- runtime/class_root.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/class_root.h') diff --git a/runtime/class_root.h b/runtime/class_root.h index baa21286a8..67e369fd9b 100644 --- a/runtime/class_root.h +++ b/runtime/class_root.h @@ -20,9 +20,10 @@ #include #include "base/locks.h" +#include "base/macros.h" #include "read_barrier_option.h" -namespace art { +namespace art HIDDEN { class ClassLinker; template class ObjPtr; -- cgit v1.2.3-59-g8ed1b