mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-10 06:41:37 +00:00
Fix the include error
This commit is contained in:
parent
581b87a745
commit
edc22ed06f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "VulkanDevice.h"
|
||||
#include "vulkandevice.h"
|
||||
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
|
|
Loading…
Reference in a new issue