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