Missing <type_traits> include

This commit is contained in:
Antonio Mallia 2019-01-09 16:06:22 +01:00 committed by Martin Hořeňovský
parent 23f023f9ed
commit bbf70ca74b

View File

@ -9,6 +9,8 @@
#ifndef TWOBLUECUBES_CATCH_TYPE_TRAITS_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_TYPE_TRAITS_HPP_INCLUDED
#include <type_traits>
namespace Catch{
#ifdef CATCH_CPP17_OR_GREATER