mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Merge pull request #16 from mtavenrath/issue_14
Fix issue #14, include cassert in the vk_cpp.h
This commit is contained in:
commit
9524687743
@ -1875,6 +1875,7 @@ int main( int argc, char **argv )
|
||||
ofs << std::endl << "#pragma once" << std::endl;
|
||||
|
||||
ofs << "#include <array>" << std::endl
|
||||
<< "#include <cassert>" << std::endl
|
||||
<< "#include <cstdint>" << std::endl
|
||||
<< "#include <cstring>" << std::endl
|
||||
<< "#include <vulkan/vulkan.h>" << std::endl
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#pragma once
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <vulkan/vulkan.h>
|
||||
|
Loading…
Reference in New Issue
Block a user