16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 15:59:18 +02:00

Add missing includes in materialparser

This commit is contained in:
2025-03-09 21:58:34 +01:00
parent 34b3a00687
commit cd860dd957
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#include <unordered_map>
#include <glm/glm.hpp>
#include <string>
struct MaterialAdapterInternal {
virtual ~MaterialAdapterInternal() = default;