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

View File

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