From 08671ae48e0e122d47787d6c2f9e8803b4a0d43c Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 10 Apr 2016 15:51:50 +0000 Subject: [PATCH] Fix building for Windows desktop --- src/common/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/config.h b/src/common/config.h index 1dfa5ffe8..049a09f66 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -24,6 +24,7 @@ // Platform stuff. #if defined(WIN32) || defined(_WIN32) # define LOVE_WINDOWS 1 +# include #if WINAPI_FAMILY==WINAPI_FAMILY_APP # define LOVE_WINDOWS_UWP 1 # define LOVE_NO_MODPLUG 1