build fix for HAVE_GLSLANG=1 HAVE_VULKAN=0.

This commit is contained in:
aliaspider 2018-02-02 13:35:31 +01:00
parent 14d2528da7
commit 7f75e9f4cf

View File

@ -30,7 +30,7 @@
#endif
#include "glslang_util.h"
#ifdef HAVE_VULKAN
#if defined(HAVE_GLSLANG) && !defined(HAVE_GRIFFIN)
#include "glslang.hpp"
#endif
#include "../../verbosity.h"