From 9d65e74400976b3509833f49b16d401600c7317d Mon Sep 17 00:00:00 2001 From: paweldac Date: Mon, 4 Dec 2017 18:18:40 +0100 Subject: [PATCH] added gsl_algorithm and gsl_byte headers to main gsl header (#594) --- include/gsl/gsl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/include/gsl/gsl b/include/gsl/gsl index 44a18fa..55862eb 100644 --- a/include/gsl/gsl +++ b/include/gsl/gsl @@ -17,11 +17,13 @@ #ifndef GSL_GSL_H #define GSL_GSL_H -#include // Ensures/Expects -#include // finally()/narrow()/narrow_cast()... -#include // multi_span, strided_span... -#include // owner, not_null -#include // span -#include // zstring, string_span, zstring_builder... +#include // copy +#include // Ensures/Expects +#include // byte +#include // finally()/narrow()/narrow_cast()... +#include // multi_span, strided_span... +#include // owner, not_null +#include // span +#include // zstring, string_span, zstring_builder... #endif // GSL_GSL_H