Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuprynowicz committed Dec 20, 2024
1 parent 31fbe53 commit 64c142a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions libraries/vk/src/vk/Allocation.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#include "Config.h"
#include <cstring>

//#include "VulkanDevice.h"


Expand Down
4 changes: 3 additions & 1 deletion libraries/vk/src/vk/Context.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

#include "Config.h"

#include <unordered_set>
#include <mutex>

#include "Debug.h"
#include "VulkanBuffer.h"
#include "Helpers.h"
#include "VulkanDevice.h"
#include "VulkanDebug.h"
#include "VulkanTools.h"
#include <unordered_set>

namespace gpu::vk {
class VKFramebuffer;
Expand Down

0 comments on commit 64c142a

Please sign in to comment.