mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 22:00:48 +00:00
Add missing include statement
This commit is contained in:
parent
03ab65ab1e
commit
cc96742d18
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
#ifdef HAVE_VULKAN
|
#ifdef HAVE_VULKAN
|
||||||
#include <zvulkan/vulkansurface.h>
|
#include <zvulkan/vulkansurface.h>
|
||||||
|
#include <zvulkan/vulkanbuilders.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "i_common.h"
|
#include "i_common.h"
|
||||||
|
|
Loading…
Reference in a new issue