Skip to content

Commit

Permalink
compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed May 17, 2024
1 parent ff8d562 commit 61e0fd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions comm.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "gen.h"
#include <cstddef>
#include <cstdint>
#include <string>


class comm
Expand Down
2 changes: 2 additions & 0 deletions comm_tcp_socket_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#include <mutex>
#include <string>
#include <thread>

#include "comm.h"
#include "utils.h"

#if defined(_WIN32)
#include <ws2tcpip.h>
Expand Down
2 changes: 2 additions & 0 deletions comm_tcp_socket_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#include <atomic>
#include <mutex>
#include <thread>

#include "comm.h"
#include "utils.h"

#if defined(_WIN32)
#include <ws2tcpip.h>
Expand Down

0 comments on commit 61e0fd8

Please sign in to comment.