From 8b9c1bd78408145dedce468c1aa01a76e524cecb Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 12 Aug 2022 02:42:52 -0400 Subject: [PATCH] fix missing includes --- common/log.cc | 1 + include/common/log.hh | 1 + 2 files changed, 2 insertions(+) diff --git a/common/log.cc b/common/log.cc index 74fc4dc6..1370ce79 100644 --- a/common/log.cc +++ b/common/log.cc @@ -28,6 +28,7 @@ #include #include #include +#include #include #include diff --git a/include/common/log.hh b/include/common/log.hh index e060eb24..b39b5727 100644 --- a/include/common/log.hh +++ b/include/common/log.hh @@ -175,6 +175,7 @@ struct percent_clock }; #include +#include // base class intended to be inherited for stat trackers; // they will automatically print the results at the end,