- fixed compilation of SDL backend

This commit is contained in:
alexey.lysiuk 2020-04-30 11:28:35 +03:00
parent 3eecb6b3b6
commit 028cc6a828

View file

@ -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