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

8 lines
198 B
C
Raw Normal View History

#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