catch2/include/reporters
Martin Hořeňovský 3255ee6312 Add missing <cassert> includes
Until recently we were probably getting it from some transitive
include, but it broke. Because all files should include what
they use anyway, adding `#include <cassert>` to all files that
use `assert()` without including it is the best solution.

Fixes #1249
2018-04-22 20:36:41 +02:00
..
catch_reporter_automake.hpp Fixed up Automake reporter 2017-02-22 13:29:17 +01:00
catch_reporter_bases.hpp Fix for JUnit reporter when using dynamically generated sections (#963) 2017-07-23 17:13:44 +02:00
catch_reporter_compact.hpp Take std::string by const-ref where possible 2017-03-06 13:16:43 +01:00
catch_reporter_console.hpp Add missing <cassert> includes 2018-04-22 20:36:41 +02:00
catch_reporter_junit.hpp Initialize JunitReporter::unexpectedExceptions in constructor 2017-07-10 10:30:17 +02:00
catch_reporter_multi.hpp Fixed inconsistent and trailing whitespace 2017-01-26 23:13:12 +01:00
catch_reporter_tap.hpp Take std::string by const-ref where possible 2017-03-06 13:16:43 +01:00
catch_reporter_teamcity.hpp Add missing <cassert> includes 2018-04-22 20:36:41 +02:00
catch_reporter_xml.hpp Include Info messages in xml reporter even without -s 2017-12-06 16:11:12 +00:00