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