mirror of
https://github.com/zevenet/zproxy.git
synced 2025-10-26 11:19:19 +00:00
http: add include for iterator
/root/zproxy/src/http_manager.cpp:215:30: error: ‘istream_iterator’ is not a member of ‘std’
215 | std::istream_iterator<std::string> begin(
| ^~~~~~~~~~~~~~~~
/root/zproxy/src/http_manager.cpp:29:1: note: ‘std::istream_iterator’ is defined in header ‘<iterator>’; did you forget to ‘#include <iterator>’?
28 | #include "session.h"
+++ |+#include <iterator>
29 |
Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
This commit is contained in:
parent
44b9034cf2
commit
a876bb9e61
@ -16,6 +16,7 @@
|
||||
*/
|
||||
|
||||
#include <regex>
|
||||
#include <iterator>
|
||||
|
||||
#include "zcu_network.h"
|
||||
#include "zcu_common.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user