Missing <type_traits> include

This commit is contained in:
Antonio Mallia
2019-01-10 12:52:15 +01:00
committed by Martin Hořeňovský
parent 23f023f9ed
commit bbf70ca74b
+2
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