summaryrefslogtreecommitdiffstats
path: root/libbinderwrapper
diff options
context:
space:
mode:
authorLuis Hector Chavez <lhchavez@google.com>2016-05-20 23:12:14 -0700
committerLuis Hector Chavez <lhchavez@google.com>2016-05-26 11:29:53 -0700
commit623ce74c83aef121e0173737171ae48533e92714 (patch)
tree486e3a9b44bd4a0b327e05a8c0130ceda4657331 /libbinderwrapper
parent50e91fec0e33b92e7991622ac1e8be8817208692 (diff)
downloadsystem_core-623ce74c83aef121e0173737171ae48533e92714.tar.gz
system_core-623ce74c83aef121e0173737171ae48533e92714.tar.bz2
system_core-623ce74c83aef121e0173737171ae48533e92714.zip
core: Update libchrome APIs to r395517
The new libchrome has been ported from Chromium and some APIs have changed. Make necessary changes at call sites. Change-Id: I0a0e0441b6a7486ff0b42d11136254d8a536788f
Diffstat (limited to 'libbinderwrapper')
-rw-r--r--libbinderwrapper/real_binder_wrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbinderwrapper/real_binder_wrapper.h b/libbinderwrapper/real_binder_wrapper.h
index 1675432f3..fa05383fb 100644
--- a/libbinderwrapper/real_binder_wrapper.h
+++ b/libbinderwrapper/real_binder_wrapper.h
@@ -17,6 +17,8 @@
#ifndef SYSTEM_CORE_LIBBINDERWRAPPER_REAL_BINDER_WRAPPER_H_
#define SYSTEM_CORE_LIBBINDERWRAPPER_REAL_BINDER_WRAPPER_H_
+#include <map>
+
#include <base/macros.h>
#include <binderwrapper/binder_wrapper.h>