fix: missing #include in DetailsDialog.cc (#6812)

This commit is contained in:
Brad Smith
2024-05-04 13:44:50 -04:00
committed by GitHub
parent f1e1cc3487
commit 82401acf9b

View File

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