commit | 895f92218f705ff8ad9c47b8be0c093130d9fbbc | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Jul 05 09:53:32 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Fri Aug 04 07:31:52 2017 -0700 |
tree | de590436a5feb2db183e3f3e35e29817c5ea3fb6 | |
parent | c116154a4aae8ed1608a15ac602f8bd69d8ca0ff [diff] [blame] |
ART: Fix up small header includes Test: m Change-Id: I6978d6eb4b95a6ee810e5a48ca6f5d6c590d4ce1
diff --git a/compiler/optimizing/code_generator_vector_x86.cc b/compiler/optimizing/code_generator_vector_x86.cc index 14782d7..e7aec76 100644 --- a/compiler/optimizing/code_generator_vector_x86.cc +++ b/compiler/optimizing/code_generator_vector_x86.cc
@@ -15,7 +15,9 @@ */ #include "code_generator_x86.h" + #include "mirror/array-inl.h" +#include "mirror/string.h" namespace art { namespace x86 {