mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
fix misplaced include
This commit is contained in:
parent
4adfda64c1
commit
f0ad3732f4
@ -7,11 +7,11 @@
|
|||||||
///
|
///
|
||||||
#include "Security/Enc.h"
|
#include "Security/Enc.h"
|
||||||
#include "CustomAssert.h"
|
#include "CustomAssert.h"
|
||||||
#include <WS2tcpip.h>
|
|
||||||
#include "Logger.h"
|
#include "Logger.h"
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
#include <WS2tcpip.h>
|
||||||
int Handle(EXCEPTION_POINTERS* ep, char* Origin) {
|
int Handle(EXCEPTION_POINTERS* ep, char* Origin) {
|
||||||
Assert(false);
|
Assert(false);
|
||||||
std::stringstream R;
|
std::stringstream R;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user