Commit efbfd460a7baef597d9e968c25d67c53ded61966

Authored by shameekganguly
Committed by GitHub
1 parent 516f6038

Include <functional> in FormatterFwd (#727)

Without this header, the project might not compile is some environments.

Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions
include/CLI/FormatterFwd.hpp
... ... @@ -7,6 +7,7 @@
7 7 #pragma once
8 8  
9 9 // [CLI11:public_includes:set]
  10 +#include <functional>
10 11 #include <map>
11 12 #include <string>
12 13 #include <utility>
... ...