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.bool@gmail.com>2016-08-10 19:24:00 +0300
committerGalik <galik.bool@gmail.com>2016-08-10 19:24:00 +0300
commit222c2d85fd2ab37128f5cf00d5267489ea2a8625 (patch)
tree9081760aad3439e905805a6661683eb2f0f3681b /tests/at_tests.cpp
parentf5dda0fb20ef6025a8f9155921b5e3e27c125f79 (diff)
Removed .h extension from header files.
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 53d93d1..008fddf 100644
--- a/tests/at_tests.cpp
+++ b/tests/at_tests.cpp
@@ -15,7 +15,7 @@
///////////////////////////////////////////////////////////////////////////////
#include <UnitTest++/UnitTest++.h>
-#include <gsl/gsl.h>
+#include <gsl/gsl>
#include <vector>
#include <initializer_list>