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-06-26 17:00:56 +0300
committerNeil MacIntosh <neilmac@microsoft.com>2016-06-26 17:00:56 +0300
commit267472449c2ff450aff9ae068d4a8c93651f310f (patch)
tree318a8e8998d3a4c3399d15da230b7d051708ecf1 /tests/byte_tests.cpp
parentb72d7abfb05aab6e3be88d414811473cb9394465 (diff)
Renamed byte header and tidied up string_span dependencies.
Diffstat (limited to 'tests/byte_tests.cpp')
-rw-r--r--tests/byte_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/byte_tests.cpp b/tests/byte_tests.cpp
index ff91e50..19456fd 100644
--- a/tests/byte_tests.cpp
+++ b/tests/byte_tests.cpp
@@ -15,7 +15,7 @@
///////////////////////////////////////////////////////////////////////////////
#include <UnitTest++/UnitTest++.h>
-#include <byte.h>
+#include <gsl_byte.h>
#include <iostream>
#include <list>