chore: Add IWYU pragma for boost::optional to fix clang-tidy (#7088)

This commit is contained in:
Ayaz Salikhov
2026-05-07 00:31:10 +01:00
committed by Bart
parent bc07dfafeb
commit 7a9ff9fd87
9 changed files with 9 additions and 9 deletions

View File

@@ -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>