summaryrefslogtreecommitdiff
path: root/runtime/jit/jit_code_cache.cc
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 /runtime/jit/jit_code_cache.cc
parent7a79ebbd7183cc0fda43512a0add884765fd2bf1 (diff)
parentc431b9dc4b23cc950eb313695258df5d89f53b22 (diff)
Merge "Move most of runtime/base to libartbase/base"
Diffstat (limited to 'runtime/jit/jit_code_cache.cc')
-rw-r--r--runtime/jit/jit_code_cache.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/jit/jit_code_cache.cc b/runtime/jit/jit_code_cache.cc
index 68a3647974..51a63ddf8a 100644
--- a/runtime/jit/jit_code_cache.cc
+++ b/runtime/jit/jit_code_cache.cc
@@ -22,6 +22,7 @@
#include "art_method-inl.h"
#include "base/enums.h"
#include "base/logging.h" // For VLOG.
+#include "base/quasi_atomic.h"
#include "base/stl_util.h"
#include "base/systrace.h"
#include "base/time_utils.h"