mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05: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…
Reference in New Issue
Block a user