Skip to content

Commit

Permalink
Include atomic in VulkanCommands.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bejado committed Mar 15, 2023
1 parent 122541e commit fdc2ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filament/backend/src/vulkan/VulkanCommands.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <utils/Condition.h>
#include <utils/Mutex.h>

#include <atomic>

namespace filament::backend {

// Wrapper to enable use of shared_ptr for implementing shared ownership of low-level Vulkan fences.
Expand Down

0 comments on commit fdc2ab3

Please sign in to comment.