refactor(traits) add missing import so MSVC does not complain.

This commit is contained in:
2025-10-07 01:30:48 +04:00
parent f4563fd47b
commit e699db4fe7

View File

@@ -3,6 +3,7 @@
#define PARSING_TRAITS_HPP #define PARSING_TRAITS_HPP
#include <string> #include <string>
#include <stdexcept>
namespace argument_parser::parsing_traits { namespace argument_parser::parsing_traits {
template <typename T_> template <typename T_>