Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil MacIntosh <neilmac@microsoft.com>2016-08-10 04:14:11 +0300
committerNeil MacIntosh <neilmac@microsoft.com>2016-08-10 04:14:11 +0300
commit5ebfc16f14044a2edec68813b22b826e7bfbf9ee (patch)
treeffdbfb286b986aba7522df26cd6a0cde069750fc /tests/string_span_tests.cpp
parentf9f08a56fa08addbd96ab90430735e4e044a3af1 (diff)
parent92fdde29192a1eef3e3e13035109f0456aea3ac2 (diff)
Merge branch 'master' into dev/neilmac/spans_in_maps
Diffstat (limited to 'tests/string_span_tests.cpp')
-rw-r--r--tests/string_span_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/string_span_tests.cpp b/tests/string_span_tests.cpp
index ca60e4b..3eeacb0 100644
--- a/tests/string_span_tests.cpp
+++ b/tests/string_span_tests.cpp
@@ -16,7 +16,7 @@
#include <UnitTest++/UnitTest++.h>
#include <cstdlib>
-#include <string_span.h>
+#include <gsl/string_span.h>
#include <vector>
#include <map>