diff options
Diffstat (limited to 'runtime/method_handles.cc')
-rw-r--r-- | runtime/method_handles.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/method_handles.cc b/runtime/method_handles.cc index 3c22d7f656..da510ceb5c 100644 --- a/runtime/method_handles.cc +++ b/runtime/method_handles.cc @@ -14,9 +14,10 @@ * limitations under the License. */ -#include "method_handles.h" - #include "method_handles-inl.h" + +#include "android-base/stringprintf.h" + #include "jvalue.h" #include "jvalue-inl.h" #include "reflection.h" @@ -25,6 +26,8 @@ namespace art { +using android::base::StringPrintf; + namespace { #define PRIMITIVES_LIST(V) \ |