diff --git a/src/common/platform/posix/sdl/sdlglvideo.cpp b/src/common/platform/posix/sdl/sdlglvideo.cpp index da64bb9d4..857abe981 100644 --- a/src/common/platform/posix/sdl/sdlglvideo.cpp +++ b/src/common/platform/posix/sdl/sdlglvideo.cpp @@ -34,6 +34,7 @@ // HEADER FILES ------------------------------------------------------------ #include "i_module.h" +#include "i_soundinternal.h" #include "i_system.h" #include "i_video.h" #include "m_argv.h" @@ -51,7 +52,7 @@ #include "gl_framebuffer.h" #ifdef HAVE_VULKAN -#include "vk_framebuffer.h" +#include "vulkan/system/vk_framebuffer.h" #endif #ifdef HAVE_SOFTPOLY