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:
parent
6d6ff398b3
commit
455fe568b4
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <pthread.h>
|
||||
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include <sysutils/SocketClient.h>
|
||||
#include "SocketClientCommand.h"
|
||||
|
|
Loading…
Reference in a new issue