Skip to content

Commit 85e2671

Browse files
committed
Fix a bug of missing header file
1 parent f3a4854 commit 85e2671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trantor/net/TcpClient.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <functional>
2525
#include <thread>
2626
#include <atomic>
27+
#include <signal.h>
2728
#ifdef USE_OPENSSL
2829
#include <openssl/ssl.h>
2930
#include <openssl/err.h>

0 commit comments

Comments
 (0)