Merge "Add missing libc++ includes" into main am: 7297906e49 am: 7369397cad

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2902172

Change-Id: I5a70ad9fc2d28c6e8e66f6b714b76313e0e00de4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2024-01-09 22:17:10 +00:00
committed by Automerger Merge Worker
4 changed files with 6 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#include <atomic>
#include <chrono>
#include <functional>
#include <thread>
namespace android::hardware::automotive::can::V1_0::implementation {

View File

@@ -18,6 +18,7 @@
#include <net/if.h>
#include <atomic>
#include <string>
namespace android::netdevice::ifreqs {

View File

@@ -27,6 +27,8 @@
#include <linux/rtnetlink.h>
#include <net/if.h>
#include <algorithm>
#include <iterator>
#include <sstream>
namespace android::netdevice {

View File

@@ -20,6 +20,8 @@
#include <net/if.h>
#include <algorithm>
namespace android::nl {
unsigned int nametoindex(const std::string& ifname) {