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 03:54:55 +0300
committerGitHub <noreply@github.com>2016-08-10 03:54:55 +0300
commit92fdde29192a1eef3e3e13035109f0456aea3ac2 (patch)
tree4e92691922c3fbbed643f05081a82f3e1c596a01 /tests/string_span_tests.cpp
parentefeb557bf113c663261468f442d97cc656d05405 (diff)
parentf6cc5798a17daccf806bbc402a67c92d1a205091 (diff)
PR #317 renaming include/ folder to gsl/ to address issue #277
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 876886a..fbaa9e8 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>
using namespace std;