Skip to content

Commit

Permalink
Fix single header
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jul 25, 2019
1 parent dbbcb93 commit 81e5393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/CLI/TypeTools.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
#include <string>
#include <type_traits>
#include <vector>

// [CLI11:verbatim]
#if defined(CLI11_CPP17)
#include <string_view>
#endif
// [CLI11:verbatim]

namespace CLI {

Expand Down

0 comments on commit 81e5393

Please sign in to comment.