From 0a614ee5ba469120b9fb61c4f34b2763ae59d65a Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 19 Jul 2017 08:31:10 +0100 Subject: [PATCH] re/moved some headers in catch_tostring --- include/internal/catch_tostring.cpp | 2 ++ include/internal/catch_tostring.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/internal/catch_tostring.cpp b/include/internal/catch_tostring.cpp index 7599c053..f3b9267c 100644 --- a/include/internal/catch_tostring.cpp +++ b/include/internal/catch_tostring.cpp @@ -10,6 +10,8 @@ #include "catch_interfaces_config.h" #include "catch_context.h" +#include + namespace Catch { namespace Detail { diff --git a/include/internal/catch_tostring.h b/include/internal/catch_tostring.h index 23bfa0f2..e4cded72 100644 --- a/include/internal/catch_tostring.h +++ b/include/internal/catch_tostring.h @@ -11,8 +11,6 @@ #include "catch_common.h" #include -#include -#include #include #include