1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 05:57:45 +00:00
sapphire/scripts/native/debugcommands/PreInclude.h

7 lines
198 B
C

#ifndef SAPPHIRE_PREINCLUDE_H
#define SAPPHIRE_PREINCLUDE_H
// fixes an issue where winsock is included before asio causing builds to fail
#include <boost/asio.hpp>
#endif //SAPPHIRE_PREINCLUDE_H