summaryrefslogtreecommitdiffstats
path: root/chromeos/binder/transaction_data_reader.cc
diff options
context:
space:
mode:
authorhashimoto <hashimoto@chromium.org>2016-01-20 01:15:15 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-20 09:16:12 +0000
commit9aa1b19efc3037fd3def8042e412d07ca5558451 (patch)
tree8510dcf6e4c369bdc75b557e92783d3cd92a9ff6 /chromeos/binder/transaction_data_reader.cc
parent7c0bc38da481a113fb9b657d773fc67ca15e7cbc (diff)
downloadchromium_src-9aa1b19efc3037fd3def8042e412d07ca5558451.zip
chromium_src-9aa1b19efc3037fd3def8042e412d07ca5558451.tar.gz
chromium_src-9aa1b19efc3037fd3def8042e412d07ca5558451.tar.bz2
Fix compile error on Release builds
BUG=None TBR=satorux@chromium.org Review URL: https://codereview.chromium.org/1604153002 Cr-Commit-Position: refs/heads/master@{#370354}
Diffstat (limited to 'chromeos/binder/transaction_data_reader.cc')
-rw-r--r--chromeos/binder/transaction_data_reader.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/binder/transaction_data_reader.cc b/chromeos/binder/transaction_data_reader.cc
index 99eb0b8..b1006ab 100644
--- a/chromeos/binder/transaction_data_reader.cc
+++ b/chromeos/binder/transaction_data_reader.cc
@@ -9,6 +9,7 @@
#include <linux/android/binder.h>
+#include "base/logging.h"
#include "chromeos/binder/local_object.h"
#include "chromeos/binder/object.h"
#include "chromeos/binder/remote_object.h"