Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.15k stars 93 forks source link

<algorithm> isn't included in easy_parser.hpp #198

Closed eao197 closed 9 months ago

eao197 commented 10 months ago

std::transform from <algorithm> is used in easy_parser implementation, but <algorithm> isn't included in easy_parser.hpp header file.