Skip to content

Commit 0afc6ec

Browse files
Add factory introspection CLI commands: --list-available-factories and --print-factory-info (fix: iwyu) (#2024)
This PR applies the include-what-you-use fixes as suggested by https://github.com/eic/EICrecon/actions/runs/17087436614. Please merge this PR into the branch `copilot/fix-d97e6d4d-15a1-4be9-94f9-55e34622d576` to resolve failures in PR #2023. Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dbd1d7c commit 0afc6ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utilities/eicrecon/eicrecon_cli.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
#include <JANA/CLI/JBenchmarker.h>
88
#include <JANA/CLI/JSignalHandler.h>
9+
#include <JANA/Components/JComponentSummary.h>
910
#include <JANA/JApplication.h>
1011
#include <JANA/JVersion.h>
1112
#include <JANA/Services/JComponentManager.h>
13+
#include <JANA/Utils/JTablePrinter.h>
1214
#include <algorithm>
1315
#include <cstdlib>
1416
#include <cstring>

0 commit comments

Comments
 (0)