mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add missing libc++ includes" into main am: 7297906e49
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2902172 Change-Id: Ieca3280132456ecd7c0bc3c73ec1768dc1d5097b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
#include <thread>
|
||||
|
||||
namespace android::hardware::automotive::can::V1_0::implementation {
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <net/if.h>
|
||||
|
||||
#include <atomic>
|
||||
#include <string>
|
||||
|
||||
namespace android::netdevice::ifreqs {
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
#include <linux/rtnetlink.h>
|
||||
#include <net/if.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <sstream>
|
||||
|
||||
namespace android::netdevice {
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
|
||||
#include <net/if.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace android::nl {
|
||||
|
||||
unsigned int nametoindex(const std::string& ifname) {
|
||||
|
||||
Reference in New Issue
Block a user