From 5cd4bc299b9a6ab5c19c4252bc4afc7f6701497a Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Fri, 22 Jan 2016 11:07:51 -0800 Subject: [PATCH] bootstat: Fix the build on git_mnc-dr1.5-dev-plus-aosp by adding missing C++ includes Bug: 21724738 Change-Id: I27e1e8d7897302a1f2d1e4d44c226450194f1933 --- bootstat/boot_event_record_store.cpp | 1 + bootstat/event_log_list_builder.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/bootstat/boot_event_record_store.cpp b/bootstat/boot_event_record_store.cpp index 4dab92e93..1bdcf2bac 100644 --- a/bootstat/boot_event_record_store.cpp +++ b/bootstat/boot_event_record_store.cpp @@ -21,6 +21,7 @@ #include #include #include +#include #include #include diff --git a/bootstat/event_log_list_builder.cpp b/bootstat/event_log_list_builder.cpp index 7eb355a82..241e3d59e 100644 --- a/bootstat/event_log_list_builder.cpp +++ b/bootstat/event_log_list_builder.cpp @@ -17,6 +17,7 @@ #include "event_log_list_builder.h" #include +#include #include #include #include