summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-12-08 19:28:07 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-12-08 19:28:07 +0000
commit8f1a586fd4ac9796e75b2b18638e39b33ad6e9a2 (patch)
treef1970c938487dbd9e773619804612ac824b0721c /compiler/driver/compiler_driver.cc
parent2ba3557b6d2ea65956f7a98e6f0fd921f35792a5 (diff)
parent170331f0e44a0e07fcfe0b5932517e0500f5cd1f (diff)
Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672
* changes: ART: Remove base/logging from heap-inl.h ART: Factor out gAborting ART: Move runtime-debug flags to own files ART: Replace base/logging with android-base/logging
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 f49d119900..3bba9ef4ae 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -32,6 +32,7 @@
#include "base/array_ref.h"
#include "base/bit_vector.h"
#include "base/enums.h"
+#include "base/logging.h" // For VLOG
#include "base/stl_util.h"
#include "base/systrace.h"
#include "base/time_utils.h"