1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-02 13:35:44 +02:00
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 
2018-04-22 20:36:41 +02:00
..