mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 12:43:52 +00:00
Include <functional> in FormatterFwd (#727)
Without this header, the project might not compile is some environments. Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com>
This commit is contained in:
parent
516f603857
commit
efbfd460a7
@ -7,6 +7,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// [CLI11:public_includes:set]
|
// [CLI11:public_includes:set]
|
||||||
|
#include <functional>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user