add missing headers for new toolchain

These are necessary for compiling with Ubuntu 24.04 default toolchain/boost.
This commit is contained in:
胡玮文
2025-03-03 00:25:27 +08:00
parent cd564a239a
commit b44653fe6f
12 changed files with 14 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#include <boost/algorithm/string.hpp>
#include <boost/core/ignore_unused.hpp>
#include <boost/filesystem/string_file.hpp>
#include <common/utils/UtcTime.h>
#include <folly/experimental/coro/Collect.h>
#include <folly/futures/Barrier.h>