Modified header files

multi_plaform
anulax1225 ago%!(EXTRA string=1 year)
parent a0a9eec20d
commit 39dee3967c
  1. 1
      bakanet/src/bakanet.h
  2. 1
      bakanet/src/bakanetpch.h

@ -1,7 +1,6 @@
#pragma once #pragma once
#include <bakanet/core/ip_address.h> #include <bakanet/core/ip_address.h>
#include <bakanet/core/packet.h>
#include <bakanet/core/socket.h> #include <bakanet/core/socket.h>
#if defined(BK_PLATFORM_WINDOWS) #if defined(BK_PLATFORM_WINDOWS)

@ -12,6 +12,7 @@
#include <functional> #include <functional>
#include <thread> #include <thread>
#include <iterator> #include <iterator>
#include <bakatools.h>
#if defined(BK_PLATFORM_WINDOWS) #if defined(BK_PLATFORM_WINDOWS)
#include <Ws2tcpip.h> #include <Ws2tcpip.h>

Loading…
Cancel
Save