catch_tostring: Add includes for tuple, type_traits

This commit is contained in:
Andy Sawyer 2014-09-04 00:17:36 +01:00
parent 95956444b7
commit 3196937343
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@
#include "catch_objc_arc.hpp"
#endif
#ifdef CATCH_CPP11_OR_GREATER
#include <tuple>
#include <type_traits>
#endif
namespace Catch {
// Why we're here.