ld: include windows.h

This commit is contained in:
chyyran 2023-01-14 03:26:15 -05:00
parent 92dd105c43
commit 87e9529726

View file

@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define LIBRA_RUNTIME_VULKAN #define LIBRA_RUNTIME_VULKAN
#if defined(_WIN32) #if defined(_WIN32)
#include <libloaderapi.h> #include <windows.h>
#elif defined(__linux__) #elif defined(__linux__)
#include <dlfcn.h> #include <dlfcn.h>
#endif #endif