diff options
| author | 2016-03-09 16:23:41 +0000 | |
|---|---|---|
| committer | 2016-03-09 16:23:41 +0000 | |
| commit | ef0119a0f329906ba1e8cbd8e53ce5a759fd4f99 (patch) | |
| tree | 27509ec22da5d2b82443142f230525d5b4ad9aea /compiler/optimizing/nodes.h | |
| parent | 19749b5fd0e217d23af4c3e996348e2a8ff406bc (diff) | |
| parent | 7c9c31ca3b94a8e0828d2d8f9747fd579ca40305 (diff) | |
Merge "ART: Fix missing include"
Diffstat (limited to 'compiler/optimizing/nodes.h')
| -rw-r--r-- | compiler/optimizing/nodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index b684cc697f..ecb690ff62 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -26,6 +26,7 @@ #include "base/arena_object.h" #include "base/stl_util.h" #include "dex/compiler_enums.h" +#include "dex_instruction-inl.h" #include "entrypoints/quick/quick_entrypoints_enum.h" #include "handle.h" #include "handle_scope.h" |