summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-05-16 13:51:57 -0700
committer Andreas Gampe <agampe@google.com> 2017-05-30 16:26:39 -0700
commitf0446e9c785027b89a63f625b38f07c919bc6748 (patch)
tree3b7ac17426b17a61729a300b2fe87a03d03454cc /compiler/driver/compiler_driver.cc
parent2af99028f508071d5cd056e4ea42e988e0b83e79 (diff)
ART: Misc header cleanups
Move/remove arena allocator includes. Test: mma art Change-Id: If998569d96c791fc3d4aa93ca95672a4d4b5782c
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index 70c3f6098a..23be71f0a9 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -28,6 +28,7 @@
#include "art_field-inl.h"
#include "art_method-inl.h"
+#include "base/arena_allocator.h"
#include "base/array_ref.h"
#include "base/bit_vector.h"
#include "base/enums.h"