Skip to content

Commit 157e0a2

Browse files
committed
Fix alpine build errors
1 parent c9843a9 commit 157e0a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/poll/AConnection.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include "Address.hpp"
1212
#include "CallbackPointer.hpp"
13+
#include "timeval.hpp"
1314

1415
// WEBSERV_CONFIG ----------- ACONNECTION VALUES -------------------
1516
/**

src/utils/utils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "utils.hpp"
22

33
#include <algorithm>
4+
#include <climits>
45
#include <list>
56

67
std::string trim(const std::string& str, std::string chars) {

0 commit comments

Comments
 (0)