Skip to content

Commit

Permalink
rendervulkan: add missing header for libc++ 16 after 191a85d
Browse files Browse the repository at this point in the history
In file included from src/drm.cpp:21:
In file included from src/drm.hpp:89:
src/rendervulkan.hpp:774:7: error: no type named 'mutex' in namespace 'std'
        std::mutex m_pipelineMutex;
        ~~~~~^
  • Loading branch information
jbeich authored and emersion committed Oct 11, 2023
1 parent 8a7fa50 commit dd851e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rendervulkan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <unordered_map>
#include <array>
#include <bitset>
#include <mutex>

#include "main.hpp"

Expand Down

0 comments on commit dd851e5

Please sign in to comment.