Merge "bootstat: Fix the build on git_mnc-dr1.5-dev-plus-aosp by adding missing C++ includes"

This commit is contained in:
James Hawkins 2016-01-22 19:10:46 +00:00 committed by Gerrit Code Review
commit 2026cca40f
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include <sys/stat.h>
#include <utime.h>
#include <cstdlib>
#include <utility>
#include <android-base/file.h>
#include <android-base/logging.h>

View file

@ -17,6 +17,7 @@
#include "event_log_list_builder.h"
#include <cinttypes>
#include <memory>
#include <string>
#include <android-base/logging.h>
#include <log/log.h>