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:
authorTiago <tiagomacarios@users.noreply.github.com>2017-10-31 20:19:12 +0300
committerNeil MacIntosh <neilmac@microsoft.com>2017-10-31 20:19:12 +0300
commit4862a270b902daae9925c42363c57d0185f1ecec (patch)
tree36dcaed7ac6bc91b966f356f0cb741213ce08f9e /tests/notnull_tests.cpp
parent1d936eb90cae66e561259ec12850aac7f79782d8 (diff)
Move GSL pointers to a separate header (#566)
Diffstat (limited to 'tests/notnull_tests.cpp')
-rw-r--r--tests/notnull_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notnull_tests.cpp b/tests/notnull_tests.cpp
index 62f1e57..6111553 100644
--- a/tests/notnull_tests.cpp
+++ b/tests/notnull_tests.cpp
@@ -16,7 +16,7 @@
#include <catch/catch.hpp>
-#include <gsl/gsl>
+#include <gsl/pointers>
#include <memory>
#include <string>