Skip to content

Commit

Permalink
iwyu: missing #include <memory> for std::unique_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
selfisekai authored and spencer-lunarg committed Apr 25, 2024
1 parent d5ada53 commit 04100e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/vulkan/utility/vk_small_containers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#pragma once

#include <cassert>
#include <memory>
#include <unordered_map>
#include <unordered_set>

Expand Down

0 comments on commit 04100e2

Please sign in to comment.