Windows compile fixes

This commit is contained in:
JCash
2020-09-03 17:28:10 +02:00
parent 90a654e639
commit bd9e777b99
3 changed files with 18 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
#pragma once
#if defined(_WIN32)
#include <WinSock2.h>
#endif
// include the Defold SDK
#include <dmsdk/sdk.h>