Missing <type_traits> include
This commit is contained in:
parent
23f023f9ed
commit
bbf70ca74b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue