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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

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

View file

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