gsl header replaced with gsl_assert

This commit is contained in:
Mateusz Pusz
2020-08-17 21:33:23 +02:00
parent 51b6d2f974
commit d452ec7df5
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
#include <numeric>
#include <tuple>
#include <type_traits>
#include <gsl/gsl>
#include <gsl/gsl_assert>
namespace units::detail {

View File

@ -2,7 +2,7 @@
#include <units/bits/external/fixed_string.h>
#include <units/bits/external/hacks.h>
#include <gsl/gsl>
#include <gsl/gsl_assert>
namespace units {