Skip to content

Commit 5535d0d

Browse files
authored
fix: missing ctime in sslclient.h breaks on void linux (#1314)
2 parents 9715996 + ba552bf commit 5535d0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/dpp/sslclient.h

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <dpp/misc-enum.h>
2525
#include <string>
2626
#include <functional>
27+
#include <ctime>
2728
#include <dpp/socket.h>
2829
#include <cstdint>
2930

0 commit comments

Comments
 (0)