mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 01:37:00 +00:00
chore: Add IWYU pragma for boost::optional to fix clang-tidy (#7088)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <xrpl/protocol/Protocol.h>
|
||||
#include <xrpl/rdb/SociDB.h>
|
||||
|
||||
#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