mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-04 22:23:52 +00:00
style: pre-commit.ci fixes
This commit is contained in:
parent
7bc28a9a69
commit
414bff9d92
@ -7,13 +7,13 @@
|
|||||||
// Code inspired by discussion from https://github.com/CLIUtils/CLI11/issues/1149
|
// Code inspired by discussion from https://github.com/CLIUtils/CLI11/issues/1149
|
||||||
|
|
||||||
#include <CLI/CLI.hpp>
|
#include <CLI/CLI.hpp>
|
||||||
|
#include <algorithm>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <algorithm>
|
|
||||||
|
|
||||||
// only works with C++14 or higher
|
// only works with C++14 or higher
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user