Skip to content

Commit

Permalink
Merge pull request #168 from GoGoOtaku/master
Browse files Browse the repository at this point in the history
Fix missing cstdio include in ref_vk/vk_mem_alloc.h
  • Loading branch information
kondrak authored Feb 18, 2024
2 parents 84589fd + a99b38b commit e78bcbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ref_vk/vk_mem_alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -2565,6 +2565,7 @@ VMA_CALL_PRE void VMA_CALL_POST vmaFreeStatsString(
#ifdef VMA_IMPLEMENTATION
#undef VMA_IMPLEMENTATION

#include <cstdio>
#include <cstdint>
#include <cstdlib>
#include <cstring>
Expand Down

0 comments on commit e78bcbf

Please sign in to comment.