mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05: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…
Reference in New Issue
Block a user