mirror of
https://github.com/transmission/transmission
synced 2025-03-03 10:15:45 +00:00
fix: missing #include in DetailsDialog.cc (#5737)
This commit is contained in:
parent
fdf042d32c
commit
9b0be18cb5
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
|||
#include <ws2tcpip.h>
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
using namespace std::literals;
|
||||
|
|
Loading…
Reference in a new issue