Skip to content

Commit

Permalink
fix: transiative include issue (#996)
Browse files Browse the repository at this point in the history
Fix #993. I tried include-what-you-use, but it reports too much stuff to
be able to pick out what's missing very effectively.

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii authored Feb 5, 2024
1 parent 1fe5130 commit 30ead5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/CLI/impl/StringTools_inl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <CLI/StringTools.hpp>

// [CLI11:public_includes:set]
#include <cstdint>
#include <string>
#include <utility>
#include <vector>
Expand Down

0 comments on commit 30ead5d

Please sign in to comment.