Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 455fe568 authored by Ryan Prichard's avatar Ryan Prichard
Browse files

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
parent 6d6ff398
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <pthread.h>

#include <unordered_map>
#include <vector>

#include <sysutils/SocketClient.h>
#include "SocketClientCommand.h"