Skip to content

Commit

Permalink
Add missing include headers
Browse files Browse the repository at this point in the history
  • Loading branch information
atetubou authored Dec 13, 2024
1 parent 1055cb5 commit 65faee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vulkan/vulkan_enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
// include-what-you-use: make sure, vulkan.hpp is used by code-completers
// IWYU pragma: private; include "vulkan.hpp"

#include <cstddef>
#include <cstdlib>

namespace VULKAN_HPP_NAMESPACE
{
template <typename FlagBitsType>
Expand Down
2 changes: 2 additions & 0 deletions vulkan/vulkan_funcs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
// include-what-you-use: make sure, vulkan.hpp is used by code-completers
// IWYU pragma: private; include "vulkan.hpp"

#include <type_traits>

namespace VULKAN_HPP_NAMESPACE
{

Expand Down

0 comments on commit 65faee7

Please sign in to comment.