1
0
Fork 0
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:
Rafe S 2023-07-07 11:22:27 -04:00 committed by GitHub
parent fdf042d32c
commit 9b0be18cb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@
#include <ws2tcpip.h>
#else
#include <arpa/inet.h>
#include <sys/socket.h>
#endif
using namespace std::literals;