Include proper exception header in enforce.h
This commit is contained in:
parent
e8b785b177
commit
3882ac1a19
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "catch_common.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <exception>
|
||||
#include <stdexcept>
|
||||
|
||||
#define CATCH_PREPARE_EXCEPTION( type, msg ) \
|
||||
type( static_cast<std::ostringstream&&>( std::ostringstream() << msg ).str() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue