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