From 028cc6a82844f57f690d05854efc744051e7ec90 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Thu, 30 Apr 2020 11:28:35 +0300 Subject: [PATCH] - fixed compilation of SDL backend --- src/common/platform/posix/sdl/sdlglvideo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/platform/posix/sdl/sdlglvideo.cpp b/src/common/platform/posix/sdl/sdlglvideo.cpp index da64bb9d47..857abe981e 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