mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-22 03:51:26 +00:00
Fix missing vector include statement
This commit is contained in:
parent
5bf393364f
commit
1420e4f6d5
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class VulkanDeviceFeatures
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue