summaryrefslogtreecommitdiff
path: root/libdexfile/dex/dex_file_layout.cc
diff options
context:
space:
mode:
author David Brazdil <dbrazdil@google.com> 2018-11-22 14:19:46 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-11-22 14:19:46 +0000
commit1eaa9758dc047dd94f9912c088f606e2e2274d0e (patch)
treee4c9a386165b95a436bd69c49855d8e76d4e269d /libdexfile/dex/dex_file_layout.cc
parentbe08120e6fb9b02206bad7d53d35f0131ef22fa2 (diff)
parentdcfa89bfc06a6c211bbb64fa81313eaf6454ab67 (diff)
Merge "Rename and reorganize hiddenapi::ApiList"
Diffstat (limited to 'libdexfile/dex/dex_file_layout.cc')
-rw-r--r--libdexfile/dex/dex_file_layout.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdexfile/dex/dex_file_layout.cc b/libdexfile/dex/dex_file_layout.cc
index 1e36e05f50..75a31112bb 100644
--- a/libdexfile/dex/dex_file_layout.cc
+++ b/libdexfile/dex/dex_file_layout.cc
@@ -18,6 +18,7 @@
#include <sys/mman.h>
+#include "base/bit_utils.h"
#include "dex_file.h"
namespace art {