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:
authorgalik <galik@localhost>2016-08-09 17:04:58 +0300
committergalik <galik@localhost>2016-08-09 17:04:58 +0300
commitf6cc5798a17daccf806bbc402a67c92d1a205091 (patch)
tree4e92691922c3fbbed643f05081a82f3e1c596a01 /tests/at_tests.cpp
parentefeb557bf113c663261468f442d97cc656d05405 (diff)
Renamed include/ folder to gsl/ to make including the library consistent
whether using it from the development folder, from the installation folder or from being copied into a project. #include <gsl/gsl.h> Updated headers/tests/instructions/cmake build accordingly This PR should address https://github.com/Microsoft/GSL/issues/277 (less the renaming of gsl itself)
Diffstat (limited to 'tests/at_tests.cpp')
-rw-r--r--tests/at_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/at_tests.cpp b/tests/at_tests.cpp
index 1a9f814..53d93d1 100644
--- a/tests/at_tests.cpp
+++ b/tests/at_tests.cpp
@@ -15,7 +15,7 @@
///////////////////////////////////////////////////////////////////////////////
#include <UnitTest++/UnitTest++.h>
-#include <gsl.h>
+#include <gsl/gsl.h>
#include <vector>
#include <initializer_list>