commit | b79674cf70cabdcbe85de2e45b090f98990d020a | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue May 14 16:16:46 2019 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Thu May 16 00:43:06 2019 +0000 |
tree | 3d4fc3bee4c55d97e6ec3338d23207f4f0f8abc9 | |
parent | fc06d35d8d6bea4ef463b147462a5bb68ab20848 [diff] [blame] |
ART: Forward-declare Signature in art_method.h (iwyu) Test: mmma art Change-Id: I16e2083db5b52c9373350a1072550d1e83355ab5
diff --git a/runtime/art_method-inl.h b/runtime/art_method-inl.h index c25bd00..61c261c 100644 --- a/runtime/art_method-inl.h +++ b/runtime/art_method-inl.h
@@ -29,6 +29,7 @@ #include "dex/dex_file_types.h" #include "dex/invoke_type.h" #include "dex/primitive.h" +#include "dex/signature.h" #include "gc_root-inl.h" #include "imtable-inl.h" #include "intrinsics_enum.h"