Skip to content

Commit

Permalink
Include <functional> in FormatterFwd (#727)
Browse files Browse the repository at this point in the history
Without this header, the project might not compile is some environments.

Signed-off-by: Shameek Ganguly <[email protected]>
  • Loading branch information
shameekganguly authored May 20, 2022
1 parent 516f603 commit efbfd46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/CLI/FormatterFwd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#pragma once

// [CLI11:public_includes:set]
#include <functional>
#include <map>
#include <string>
#include <utility>
Expand Down

0 comments on commit efbfd46

Please sign in to comment.