diff options
| author | 2016-03-08 16:00:41 -0800 | |
|---|---|---|
| committer | 2016-03-08 16:00:41 -0800 | |
| commit | 7c9c31ca3b94a8e0828d2d8f9747fd579ca40305 (patch) | |
| tree | dcb9ddfa56a1bed0f52cc7da9321441e94b0e60f /compiler/optimizing/nodes.h | |
| parent | 6e1564cfdf4f6b332ee6d156de6ff9712655fff6 (diff) | |
ART: Fix missing include
The SwitchTable needs a function from an inl file.
Change-Id: I624d71e0c0efc0c87150d7ef3be71e0b4506c75a
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" |