1
0
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:
shameekganguly 2022-05-20 14:52:42 -07:00 committed by GitHub
parent 516f603857
commit efbfd460a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
#pragma once
// [CLI11:public_includes:set]
#include <functional>
#include <map>
#include <string>
#include <utility>