We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9843a9 commit 157e0a2Copy full SHA for 157e0a2
include/poll/AConnection.hpp
@@ -10,6 +10,7 @@
10
11
#include "Address.hpp"
12
#include "CallbackPointer.hpp"
13
+#include "timeval.hpp"
14
15
// WEBSERV_CONFIG ----------- ACONNECTION VALUES -------------------
16
/**
src/utils/utils.cpp
@@ -1,6 +1,7 @@
1
#include "utils.hpp"
2
3
#include <algorithm>
4
+#include <climits>
5
#include <list>
6
7
std::string trim(const std::string& str, std::string chars) {
0 commit comments