mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Fix compile error with MSVC: string is not a member of std
This commit is contained in:
parent
a11b25f3f5
commit
8d822d8231
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
#include "irrlichttypes_bloated.h"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Reference in a new issue