16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 22:39: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

@@ -9,6 +9,7 @@
#include <parser.h>
#include <utilities.h>
#include <yaml-cpp/yaml.h>
#include <string>
std::string_view MaterialAdapter::GetTexturePathForEntry(
std::string_view key) const {