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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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