Fix gsl_byte to include type_traits

type_traits are needed for the call to std::is_same.
This commit is contained in:
Tobias Hunger 2017-01-24 02:07:12 +01:00 committed by Neil MacIntosh
parent 18e3825cc0
commit f93d325495

View File

@ -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)