Include atomic in VulkanCommands.h

This commit is contained in:
Benjamin Doherty
2023-03-15 11:15:04 -07:00
parent fddc5160c7
commit 0759797e61

View File

@@ -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.