Add missing <cassert> includes
commit3255ee6312030db754707ca9ccc44f3d563583c8
authorMartin Hořeňovský <martin.horenovsky@gmail.com>
Sun, 22 Apr 2018 18:36:28 +0000 (22 20:36 +0200)
committerMartin Hořeňovský <martin.horenovsky@gmail.com>
Sun, 22 Apr 2018 18:36:41 +0000 (22 20:36 +0200)
treece66abd2ee10d7de4d272a0ad63df2dc9670b4d7
parent74effafca7f446f3e1cdd6a6b1f84d30ce385236
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
include/internal/catch_result_builder.hpp
include/internal/catch_run_context.hpp
include/reporters/catch_reporter_console.hpp
include/reporters/catch_reporter_teamcity.hpp