mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
chore: Enable clang-tidy include cleaner (#6947)
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
|
||||
#include <boost/asio/executor_work_guard.hpp>
|
||||
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
|
||||
BasicApp::BasicApp(std::size_t numberOfThreads)
|
||||
{
|
||||
work_.emplace(boost::asio::make_work_guard(io_context_));
|
||||
|
||||
Reference in New Issue
Block a user