mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
build fix for HAVE_GLSLANG=1 HAVE_VULKAN=0.
This commit is contained in:
parent
14d2528da7
commit
7f75e9f4cf
@ -30,7 +30,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "glslang_util.h"
|
#include "glslang_util.h"
|
||||||
#ifdef HAVE_VULKAN
|
#if defined(HAVE_GLSLANG) && !defined(HAVE_GRIFFIN)
|
||||||
#include "glslang.hpp"
|
#include "glslang.hpp"
|
||||||
#endif
|
#endif
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user