diff --git a/gfx/video_driver.c b/gfx/video_driver.c index 6fc4eb7d7f..3db9a32714 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -42,6 +42,10 @@ #ifdef HAVE_MENU #include "../menu/menu_driver.h" +#endif + +#ifdef _WIN32 +#include "common/win32_common.h" #endif #include "../audio/audio_driver.h" diff --git a/uwp/uwp_main.cpp b/uwp/uwp_main.cpp index cdb020ccd0..575d9e10ad 100644 --- a/uwp/uwp_main.cpp +++ b/uwp/uwp_main.cpp @@ -16,7 +16,7 @@ #include #include #include - +#include #include #include #include