refactor(traits) add missing import so MSVC does not complain.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#define PARSING_TRAITS_HPP
|
||||
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
|
||||
namespace argument_parser::parsing_traits {
|
||||
template <typename T_>
|
||||
|
||||
Reference in New Issue
Block a user