OSDN Git Service

ART: Fix Mac build
authorAndreas Gampe <agampe@google.com>
Fri, 21 Apr 2017 20:24:52 +0000 (13:24 -0700)
committerAndreas Gampe <agampe@google.com>
Fri, 21 Apr 2017 20:24:52 +0000 (13:24 -0700)
Another missing transitive include.

Test: m
Change-Id: I3e2691bcf8ddb38e48c7e32dbd9695459f4d9d16

runtime/entrypoints/entrypoint_utils-inl.h

index e03ca79..37734e8 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "entrypoint_utils.h"
 
+#include "art_field-inl.h"
 #include "art_method-inl.h"
 #include "base/enums.h"
 #include "class_linker-inl.h"