mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 14:07:46 +00:00
8 lines
198 B
C
8 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
|