From 94891ea6c6d5127333af6e170a26a66699c5a83d Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 20 Apr 2020 14:51:40 -0700 Subject: [PATCH] Include log/log_read.h for reading logs log/log.h is concerned with writing logs. Bug: 78370064 Test: build Merged-In: I3c7719bcbffc6809377e80292b00312b4598bfc2 Change-Id: I3c7719bcbffc6809377e80292b00312b4598bfc2 --- cmds/incidentd/src/Section.cpp | 1 - cmds/incidentd/src/Section.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/incidentd/src/Section.cpp b/cmds/incidentd/src/Section.cpp index 1cc761fa359f..6cbfd47bb660 100644 --- a/cmds/incidentd/src/Section.cpp +++ b/cmds/incidentd/src/Section.cpp @@ -33,7 +33,6 @@ #include #include #include -#include #include #include diff --git a/cmds/incidentd/src/Section.h b/cmds/incidentd/src/Section.h index c9b80563a609..f8649f8d21f1 100644 --- a/cmds/incidentd/src/Section.h +++ b/cmds/incidentd/src/Section.h @@ -23,6 +23,7 @@ #include #include +#include #include #include #include