Added missing #include so CATCH_CONFIG_COUNTER properly takes into account the current compiler.

May address #677 and #435 and others.
This commit is contained in:
Phil Nash 2017-01-11 16:23:16 +00:00
parent a7cda91d4d
commit b68e8f9a24
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#ifndef TWOBLUECUBES_CATCH_COMMON_H_INCLUDED
#define TWOBLUECUBES_CATCH_COMMON_H_INCLUDED
#include "catch_compiler_capabilities.h"
#define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line
#define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line )
#ifdef CATCH_CONFIG_COUNTER