1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 09:25:37 +02:00

Fix compile error with MSVC: string is not a member of std

This commit is contained in:
Joshua Gerrish
2025-03-01 06:26:33 -05:00
committed by GitHub
parent a11b25f3f5
commit 8d822d8231
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#pragma once #pragma once
#include <vector> #include <vector>
#include <string>
#include <string_view> #include <string_view>
#include "irrlichttypes_bloated.h" #include "irrlichttypes_bloated.h"

View File

@@ -11,6 +11,7 @@
#pragma once #pragma once
#include <string>
#include <string_view> #include <string_view>
extern "C" { extern "C" {