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:
Diffstat (limited to 'tests/strided_span_tests.cpp')
-rw-r--r--tests/strided_span_tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/strided_span_tests.cpp b/tests/strided_span_tests.cpp
index 5a18f1b..67b23eb 100644
--- a/tests/strided_span_tests.cpp
+++ b/tests/strided_span_tests.cpp
@@ -15,8 +15,8 @@
///////////////////////////////////////////////////////////////////////////////
#include <gtest/gtest.h>
-#include <gsl/gsl_byte> // for byte
-#include <gsl/gsl_util> // for narrow_cast
+#include <gsl/byte> // for byte
+#include <gsl/util> // for narrow_cast
#include <gsl/multi_span> // for strided_span, index, multi_span, strided_...
#include <iostream> // for size_t