1
0
mirror of https://github.com/microsoft/GSL.git synced 2025-04-14 14:08:34 -04:00

Merge pull request from tcbrindle/fix-missing-include

Fix missing #include <string> in string_span.h
This commit is contained in:
Neil MacIntosh 2015-12-29 15:54:38 -08:00
commit 95776663dc

@ -23,6 +23,7 @@
#include "gsl_util.h"
#include "span.h"
#include <cstring>
#include <string>
#ifdef _MSC_VER