Fixed VS2015 build.

This commit is contained in:
Branimir Karadžić 2015-11-13 23:30:07 -08:00
parent 8c33afdd09
commit 4cec412d4a

View file

@ -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>