summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTomasz Wasilczyk <twasilczyk@google.com>2024-01-09 11:42:58 -0800
committerTomasz Wasilczyk <twasilczyk@google.com>2024-01-09 11:42:58 -0800
commitd4c1d7dacf9f45e1149e9dbd7865f0ddd926532d (patch)
tree7d6f9b86c35d60a9044eecac1f210571b55d2e21 /tests
parent681ef1d9c36499b869ead0b13ff2d4f6fa0f3678 (diff)
downloadnetd-d4c1d7dacf9f45e1149e9dbd7865f0ddd926532d.tar.gz
Add missing libc++ includes
Bug: 175635923 Test: m MODULES-IN-system-netd Change-Id: Ic4345e7e9fe19f5d9b737559c9c2b338ad664dca
Diffstat (limited to 'tests')
-rw-r--r--tests/TestUnsolService.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestUnsolService.cpp b/tests/TestUnsolService.cpp
index 134328b9..c5c7b3f0 100644
--- a/tests/TestUnsolService.cpp
+++ b/tests/TestUnsolService.cpp
@@ -16,6 +16,7 @@
#define LOG_TAG "TestUnsolService"
+#include <algorithm>
#include <cinttypes>
#include <vector>