summaryrefslogtreecommitdiff
path: root/runtime/common_dex_operations.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-05-16 15:12:11 -0700
committer Andreas Gampe <agampe@google.com> 2018-05-16 15:14:22 -0700
commitc5b7564fdc187853d1f8266a54316ef402f83e02 (patch)
treeb0aeab247ceeef6ffa262c70251559643b4c2f0d /runtime/common_dex_operations.h
parenta7d37cf735f05cfc3a3585a5c44eb65d8a279874 (diff)
ART: Fix jvalue includes
JValue::SetL is defined in the -inl header. Fix up some clients. Test: mmma art Change-Id: I903532c767873847f7746680cf35083cb3408ecf
Diffstat (limited to 'runtime/common_dex_operations.h')
-rw-r--r--runtime/common_dex_operations.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/common_dex_operations.h b/runtime/common_dex_operations.h
index 37e074d552..9c2a40b50d 100644
--- a/runtime/common_dex_operations.h
+++ b/runtime/common_dex_operations.h
@@ -29,6 +29,7 @@
#include "instrumentation.h"
#include "interpreter/shadow_frame.h"
#include "interpreter/unstarted_runtime.h"
+#include "jvalue-inl.h"
#include "mirror/class.h"
#include "mirror/object.h"
#include "obj_ptr-inl.h"