From 72a90a324d7a015eeba44e7ef844b0712e90cd9e Mon Sep 17 00:00:00 2001 From: ntegan1 Date: Fri, 7 Apr 2023 14:00:57 -0400 Subject: [PATCH] fix missing include (#27831) old-commit-hash: 0b6f7be9938e9877e4548cddcede03415e84998d --- common/statlog.cc | 1 + common/swaglog.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/common/statlog.cc b/common/statlog.cc index 26945882d9..587f3e8620 100644 --- a/common/statlog.cc +++ b/common/statlog.cc @@ -5,6 +5,7 @@ #include "common/statlog.h" #include "common/util.h" +#include #include #include #include diff --git a/common/swaglog.cc b/common/swaglog.cc index 22682dc54c..54f1c3478a 100644 --- a/common/swaglog.cc +++ b/common/swaglog.cc @@ -5,6 +5,7 @@ #include "common/swaglog.h" #include +#include #include #include #include