Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7e5d4e1 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

legacy: Properly include cstdint am: 042b7a35 am: b05d0ce8 am: 766ab8e0...

legacy: Properly include cstdint am: 042b7a35 am: b05d0ce8 am: 766ab8e0 am: aba1bbe1 am: 212247d7

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1836461

Change-Id: I27990812647da00b116de6a1b1098d099bdb350d
parents 8747e3df 212247d7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@
#ifndef AVCT_API_H
#define AVCT_API_H

#include <cstdint>

#include "bt_target.h"
#include "stack/include/bt_hdr.h"
#include "types/raw_address.h"
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@
#ifndef AVDT_CAPI_H
#define AVDT_CAPI_H

#include <cstdint>

#include "avdt_api.h"
#include "types/raw_address.h"

+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@

#include <base/callback.h>

#include <cstdint>

#include "bt_target.h"
#include "stack/include/avct_api.h"
#include "stack/include/avrc_defs.h"
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@
#ifndef _AVRC_DEFS_H
#define _AVRC_DEFS_H

#include <cstdint>

#include "stack/include/bt_hdr.h"
#include "stack/include/bt_types.h"

+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@

#pragma once

#include <cstdint>

#include "stack/include/bt_types.h"
#include "stack/include/hci_error_code.h"
#include "types/raw_address.h"
Loading