summaryrefslogtreecommitdiff
path: root/render/vulkan/vkassert.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/vulkan/vkassert.h')
-rw-r--r--render/vulkan/vkassert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/vulkan/vkassert.h b/render/vulkan/vkassert.h
index 4d4f99b..b708732 100644
--- a/render/vulkan/vkassert.h
+++ b/render/vulkan/vkassert.h
@@ -1,9 +1,9 @@
#ifndef VKASSERT_H
#define VKASSERT_H
+#include "vk_types.h"
#include <rune/core/logging.h>
#include <rune/core/abort.h>
-#include <vulkan/vulkan.h>
#include <string.h>
static char* get_vkerr_str(VkResult res) {