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:
Diffstat (limited to 'include/gsl')
-rw-r--r--include/gsl/gsl_byte4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gsl/gsl_byte b/include/gsl/gsl_byte
index c2fc572..9e68d0d 100644
--- a/include/gsl/gsl_byte
+++ b/include/gsl/gsl_byte
@@ -87,6 +87,10 @@
#define byte_may_alias
#endif // defined __clang__ || defined __GNUC__
+#if GSL_USE_STD_BYTE
+#include <cstddef>
+#endif
+
namespace gsl
{
#if GSL_USE_STD_BYTE