mirror of
https://github.com/microsoft/GSL.git
synced 2025-11-18 08:19:37 +01:00
Fix missing #include <string> in string_span.h
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "gsl_util.h"
|
||||
#include "span.h"
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user