summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author David Sehr <sehr@google.com> 2018-03-06 16:23:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-03-06 16:23:56 +0000
commit3ef920ec34c6dc2e5ba95ee1f8dc1f7434eca4a6 (patch)
tree133d2ee255439bbea9b72c1d4860648c07f43cf4 /compiler/driver/compiler_driver.h
parent7a79ebbd7183cc0fda43512a0add884765fd2bf1 (diff)
parentc431b9dc4b23cc950eb313695258df5d89f53b22 (diff)
Merge "Move most of runtime/base to libartbase/base"
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index a3bb4ec34d..8db892bf18 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -29,6 +29,8 @@
#include "base/array_ref.h"
#include "base/bit_utils.h"
#include "base/mutex.h"
+#include "base/os.h"
+#include "base/quasi_atomic.h"
#include "base/safe_map.h"
#include "base/timing_logger.h"
#include "class_reference.h"
@@ -39,7 +41,6 @@
#include "dex/dex_to_dex_compiler.h"
#include "driver/compiled_method_storage.h"
#include "method_reference.h"
-#include "os.h"
#include "thread_pool.h"
#include "utils/atomic_dex_ref_map.h"
#include "utils/dex_cache_arrays_layout.h"