mirror of
https://github.com/catchorg/Catch2.git
synced 2026-04-08 15:51:51 +02:00
catch_console_colour.cpp - adjust useColourOnPlatform for iOS
This commit is contained in:
committed by
Martin Hořeňovský
parent
0c59cc83cf
commit
4e90f910dc
@@ -12,7 +12,7 @@
|
||||
#include "catch_stream.h"
|
||||
#include "catch_platform.h"
|
||||
|
||||
#if defined(CATCH_PLATFORM_MAC) || defined(CATCH_PLATFORM_IPHONE)
|
||||
#if defined(CATCH_PLATFORM_MAC) || defined(CATCH_PLATFORM_IPHONE)
|
||||
|
||||
# include <assert.h>
|
||||
# include <stdbool.h>
|
||||
|
||||
Reference in New Issue
Block a user