mirror of
https://github.com/sametersoylu/argument-parser.git
synced 2026-04-13 11:51:19 +00:00
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