From 11ad08b112b4eba63f7da39c7a6f1e325f5ca3c1 Mon Sep 17 00:00:00 2001
From: Sebastian Gaida <gaida@ca-digit.com>
Date: Tue, 20 Jul 2021 10:17:48 +0200
Subject: [PATCH] [#87] try to fix pipeline

---
 modules/scene/include/vkcv/scene/Meshlet.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/scene/include/vkcv/scene/Meshlet.hpp b/modules/scene/include/vkcv/scene/Meshlet.hpp
index 654419cf..c4990169 100644
--- a/modules/scene/include/vkcv/scene/Meshlet.hpp
+++ b/modules/scene/include/vkcv/scene/Meshlet.hpp
@@ -1,7 +1,7 @@
 #pragma once
 
 #include <vector>
-#include <Map>
+#include <map>
 #include <glm/glm.hpp>
 
 namespace vkcv::scene {
-- 
GitLab