From 24b31dced504f93fa619e71f10927095d2892582 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 13 Apr 2020 15:21:09 -0700 Subject: [PATCH] Include what you use: and These were transitively included, but no longer are, so they must be explicitly included. Exempt-From-Owner-Approval: Janitorial Test: build Change-Id: Ic0896401d148b22f33d6edb1fac377208e437565 --- libpsi/psi.cpp | 2 ++ statslog.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/libpsi/psi.cpp b/libpsi/psi.cpp index aaa5983..950dbc1 100644 --- a/libpsi/psi.cpp +++ b/libpsi/psi.cpp @@ -18,8 +18,10 @@ #include #include +#include #include #include +#include #include #include "psi/psi.h" diff --git a/statslog.cpp b/statslog.cpp index 618fd00..8205a55 100644 --- a/statslog.cpp +++ b/statslog.cpp @@ -26,6 +26,7 @@ #include #include #include +#include #ifdef LMKD_LOG_STATS