mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user