forked from catchorg/Catch2
Missing <type_traits> include
This commit is contained in:
committed by
Martin Hořeňovský
parent
23f023f9ed
commit
bbf70ca74b
@ -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
|
||||
|
Reference in New Issue
Block a user