diff --git a/gfx/common/win32_common.c b/gfx/common/win32_common.c index 284058e1d4..175fe06c0a 100644 --- a/gfx/common/win32_common.c +++ b/gfx/common/win32_common.c @@ -27,7 +27,7 @@ #include "../../retroarch.h" #ifdef HAVE_OPENGL -#include "win32_shader_dlg.h" +#include "../drivers_wm/win32_shader_dlg.h" #endif static bool win32_browser( diff --git a/gfx/common/win32_common.h b/gfx/common/win32_common.h index dbd181bd7f..1cc1293d72 100644 --- a/gfx/common/win32_common.h +++ b/gfx/common/win32_common.h @@ -29,7 +29,7 @@ extern "C" { #ifndef _XBOX #define WIN32_LEAN_AND_MEAN #include -#include "win32_resource.h" +#include "../drivers_wm/win32_resource.h" LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);