Fix name conflict with some linux header

This commit is contained in:
Georg Hagen
2024-08-09 18:56:35 +02:00
parent 1bbdf2e3a0
commit b248832420

View File

@@ -10,6 +10,8 @@
#include <optional>
#include "Data/Concurent/MutexProtectedObject.hpp"
#undef MAP_TYPE
namespace OpenVulkano
{
template<typename KEY, typename VALUE>