File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 55#include " cucumber_cpp/library/Context.hpp"
66#include " cucumber_cpp/library/Hooks.hpp"
77#include " cucumber_cpp/library/Steps.hpp"
8+ #include " cucumber_cpp/library/engine/StringTo.hpp"
89#include " cucumber_cpp/library/report/Report.hpp"
910
1011namespace cucumber_cpp
1112{
1213 using cucumber_cpp::library::Application;
1314 using cucumber_cpp::library::Context;
1415 using cucumber_cpp::library::engine::Step;
16+ using cucumber_cpp::library::engine::StringTo;
1517 using cucumber_cpp::library::report::ReportHandlerV2;
1618}
1719
Original file line number Diff line number Diff line change 11#ifndef ENGINE_STEP_HPP
22#define ENGINE_STEP_HPP
33
4+ // IWYU pragma: private, include "cucumber_cpp/CucumberCpp.hpp"
5+ // IWYU pragma: friend cucumber_cpp/.*
6+
47#include " cucumber_cpp/library/Context.hpp"
58#include " cucumber_cpp/library/engine/Table.hpp"
69#include < exception>
Original file line number Diff line number Diff line change 11#ifndef ENGINE_STRINGTO_HPP
22#define ENGINE_STRINGTO_HPP
33
4+ // IWYU pragma: private, include "cucumber_cpp/CucumberCpp.hpp"
5+ // IWYU pragma: friend cucumber_cpp/.*
6+
47#include " cucumber_cpp/library/Errors.hpp"
58#include < algorithm>
69#include < any>
You can’t perform that action at this time.
0 commit comments