Fix compilation of main file with CATCH_CONFIG_FAST_COMPILE

This commit is contained in:
Martin Hořeňovský 2017-08-30 18:07:29 +02:00
parent 9796c516bb
commit 49a1408ff2
1 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,7 @@
#include "catch_assertionhandler.h"
#include "catch_message.h"
#include "catch_interfaces_capture.h"
#include "catch_debugger.h"
#if !defined(CATCH_CONFIG_DISABLE)
@ -38,8 +39,6 @@
#else // CATCH_CONFIG_FAST_COMPILE
#include "catch_debugger.h"
///////////////////////////////////////////////////////////////////////////////
// In the event of a failure works out if the debugger needs to be invoked
// and/or an exception thrown and takes appropriate action.