mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-05 06:33:52 +00:00
fix: transiative include issue (#996)
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>
This commit is contained in:
parent
1fe5130452
commit
30ead5da4d
@ -10,6 +10,7 @@
|
||||
#include <CLI/StringTools.hpp>
|
||||
|
||||
// [CLI11:public_includes:set]
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
Loading…
x
Reference in New Issue
Block a user