mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Fix missing #include <string> in string_span.h
This commit is contained in:
parent
85ffc8d222
commit
3bc3f35214
@ -23,6 +23,7 @@
|
||||
#include "gsl_util.h"
|
||||
#include "span.h"
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user