summaryrefslogtreecommitdiffstats
path: root/hal
diff options
context:
space:
mode:
authorHao Chen <chenhaosjtuacm@google.com>2020-08-27 21:27:24 -0700
committerHao Chen <chenhaosjtuacm@google.com>2020-08-27 21:27:24 -0700
commit11dfa08a25c7a506257ea39e75e38fc5b180bf4f (patch)
treed2adc8e07d56cffe38aa99e42c23f59320608637 /hal
parent5bc229e8a76fff55e185a24e8b36e9026bffc050 (diff)
downloaddevice_google_trout-11dfa08a25c7a506257ea39e75e38fc5b180bf4f.tar.gz
device_google_trout-11dfa08a25c7a506257ea39e75e38fc5b180bf4f.tar.bz2
device_google_trout-11dfa08a25c7a506257ea39e75e38fc5b180bf4f.zip
Build fix: Adding header for Bitbake
Test: build Bug: 155491613 Change-Id: I252f4194a7180278ccf808e2622fef3a7e83153f
Diffstat (limited to 'hal')
-rw-r--r--hal/dumpstate/1.1/DumpstateGrpcServer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/hal/dumpstate/1.1/DumpstateGrpcServer.cpp b/hal/dumpstate/1.1/DumpstateGrpcServer.cpp
index f0ac66f..83530c6 100644
--- a/hal/dumpstate/1.1/DumpstateGrpcServer.cpp
+++ b/hal/dumpstate/1.1/DumpstateGrpcServer.cpp
@@ -16,6 +16,7 @@
#include "DumpstateGrpcServer.h"
+#include <array>
#include <iostream>
#include <unordered_set>