mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-06 12:24:23 -04:00
Fixed VS2015 build.
This commit is contained in:
parent
8c33afdd09
commit
4cec412d4a
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||
*/
|
||||
|
||||
// BK - Remotery needs WinSock, but on VS2015/Win10 build
|
||||
// fails if WinSock2 is included after Windows.h?!
|
||||
#include <WinSock2.h>
|
||||
|
||||
#include <bgfx/bgfx.h>
|
||||
#include <bx/string.h>
|
||||
#include <bx/readerwriter.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue