sysutils: add missing <vector> include

Upgrading to clang-r522817's new libc++ requires that <vector> be
included here.

Bug: 333165689
Test: treehugger
Flag: EXEMPT, fix build error
Change-Id: Ib9a072ddb39477b98c79879da6354557695ba350
This commit is contained in:
Ryan Prichard 2024-04-22 22:00:38 -07:00
parent 6d6ff398b3
commit 455fe568b4

View file

@ -19,6 +19,7 @@
#include <pthread.h>
#include <unordered_map>
#include <vector>
#include <sysutils/SocketClient.h>
#include "SocketClientCommand.h"