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
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