Skip to content

Commit 14471b5

Browse files
authored
Fix compile error in some case (#369)
1 parent 6b49346 commit 14471b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trantor/net/EventLoop.cc

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ using ssize_t = long long;
4545
#include <algorithm>
4646
#include <signal.h>
4747
#include <fcntl.h>
48+
#include <exception>
4849

4950
namespace trantor
5051
{

0 commit comments

Comments
 (0)