mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-16 06:42:29 -04:00
Merge pull request #233 from tcbrindle/fix-missing-include
Fix missing #include <string> in string_span.h
This commit is contained in:
commit
95776663dc
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user