mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
chore: Add IWYU pragma for boost::optional to fix clang-tidy (#7088)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/optional/optional.hpp>
|
||||
#include <boost/optional/optional.hpp> // IWYU pragma: keep
|
||||
|
||||
#include <soci/into.h>
|
||||
#include <soci/session.h>
|
||||
|
||||
Reference in New Issue
Block a user