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 GitHub
parent 13b72a4120
commit 8e2aa33f64
9 changed files with 9 additions and 9 deletions

View File

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