mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-15 14:38:35 -04:00
Fix gsl_byte to include type_traits
type_traits are needed for the call to std::is_same.
This commit is contained in:
parent
18e3825cc0
commit
f93d325495
@ -19,6 +19,8 @@
|
|||||||
#ifndef GSL_BYTE_H
|
#ifndef GSL_BYTE_H
|
||||||
#define GSL_BYTE_H
|
#define GSL_BYTE_H
|
||||||
|
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
||||||
#pragma warning(push)
|
#pragma warning(push)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user