Merge branch 'master' into cfgdc11

This commit is contained in:
folkert van heusden 2024-05-17 16:24:57 +02:00
commit 2c84e67a00
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1
3 changed files with 5 additions and 0 deletions

1
comm.h
View file

@ -6,6 +6,7 @@
#include "gen.h" #include "gen.h"
#include <cstddef> #include <cstddef>
#include <cstdint> #include <cstdint>
#include <string>
class comm class comm

View file

@ -6,7 +6,9 @@
#include <mutex> #include <mutex>
#include <string> #include <string>
#include <thread> #include <thread>
#include "comm.h" #include "comm.h"
#include "utils.h"
#if defined(_WIN32) #if defined(_WIN32)
#include <ws2tcpip.h> #include <ws2tcpip.h>

View file

@ -5,7 +5,9 @@
#include <atomic> #include <atomic>
#include <mutex> #include <mutex>
#include <thread> #include <thread>
#include "comm.h" #include "comm.h"
#include "utils.h"
#if defined(_WIN32) #if defined(_WIN32)
#include <ws2tcpip.h> #include <ws2tcpip.h>