From 3882ac1a1936a31abdc110bdaea9c64aa27daae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 2 Aug 2017 00:26:52 +0200 Subject: [PATCH] Include proper exception header in enforce.h --- include/internal/catch_enforce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/catch_enforce.h b/include/internal/catch_enforce.h index b500949d..e489cf7e 100644 --- a/include/internal/catch_enforce.h +++ b/include/internal/catch_enforce.h @@ -10,7 +10,7 @@ #include "catch_common.h" #include -#include +#include #define CATCH_PREPARE_EXCEPTION( type, msg ) \ type( static_cast( std::ostringstream() << msg ).str() )