Browse Source
Fix macOS & BSD
Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: A5A7629F109C8FD1
1 changed files with
1 additions and
0 deletions
-
src/core/internal_network/emu_net_state.h
|
|
|
@ -4,6 +4,7 @@ |
|
|
|
#pragma once |
|
|
|
#include <atomic> |
|
|
|
#include <common/socket_types.h> |
|
|
|
#include <mutex> |
|
|
|
|
|
|
|
namespace Network { |
|
|
|
|
|
|
|
|