aboutsummaryrefslogtreecommitdiff
path: root/icing/legacy/index/icing-mmapper.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-20 16:37:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-20 16:37:59 +0000
commitf280dc28ba4fd713d8b92243fc97dd32b79bd902 (patch)
treeaaa7cb313ca956a5e7b01f65223311730f0c5388 /icing/legacy/index/icing-mmapper.h
parent1db05b5d41d80b78de1acafa6f061af6dac689f2 (diff)
parentb1b8c8771490b286182357d1f2f8418a47e3297c (diff)
downloadicing-f280dc28ba4fd713d8b92243fc97dd32b79bd902.tar.gz
Snap for 11861033 from b1b8c8771490b286182357d1f2f8418a47e3297c to androidx-concurrent-releaseandroidx-concurrent-release
Change-Id: Ib053f36b0fd3bf7585788b84dfc6cc3314011d59
Diffstat (limited to 'icing/legacy/index/icing-mmapper.h')
-rw-r--r--icing/legacy/index/icing-mmapper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/icing/legacy/index/icing-mmapper.h b/icing/legacy/index/icing-mmapper.h
index bf62aa5..d054c11 100644
--- a/icing/legacy/index/icing-mmapper.h
+++ b/icing/legacy/index/icing-mmapper.h
@@ -22,9 +22,11 @@
#ifndef ICING_LEGACY_INDEX_ICING_MMAPPER_H_
#define ICING_LEGACY_INDEX_ICING_MMAPPER_H_
-#include <stdint.h>
#include <unistd.h>
+#include <cstddef>
+#include <cstdint>
+
namespace icing {
namespace lib {