aboutsummaryrefslogtreecommitdiff
path: root/tests/byte_tests.cpp
diff options
context:
space:
mode:
authorgalik <galik@localhost>2016-08-09 15:04:58 +0100
committergalik <galik@localhost>2016-08-09 15:04:58 +0100
commitf6cc5798a17daccf806bbc402a67c92d1a205091 (patch)
tree4e92691922c3fbbed643f05081a82f3e1c596a01 /tests/byte_tests.cpp
parentefeb557bf113c663261468f442d97cc656d05405 (diff)
downloadMicrosoft-GSL-f6cc5798a17daccf806bbc402a67c92d1a205091.tar.gz
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/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 5d4e7f6..183bebf 100644
--- a/tests/byte_tests.cpp
+++ b/tests/byte_tests.cpp
@@ -15,7 +15,7 @@
///////////////////////////////////////////////////////////////////////////////
#include <UnitTest++/UnitTest++.h>
-#include <gsl_byte.h>
+#include <gsl/gsl_byte.h>
#include <iostream>
#include <list>