mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-21 19:50:54 +00:00
Fix compile error on macOS
This commit is contained in:
parent
11e2931548
commit
e1fe4658b5
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
#include "zvulkan/vulkanbuilders.h"
|
#include "zvulkan/vulkanbuilders.h"
|
||||||
#include "framework/matrix.h"
|
#include "framework/matrix.h"
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
class VkLevelMesh;
|
class VkLevelMesh;
|
||||||
class VkLightmapper;
|
class VkLightmapper;
|
||||||
|
|
Loading…
Reference in a new issue