mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Add missing assert.h include to reporter bases.
It being missing caused an error when compiling under MSVC.
This commit is contained in:
parent
c5ffd2e3f0
commit
9e2616aeac
@ -11,6 +11,7 @@
|
||||
#include "../internal/catch_interfaces_reporter.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <assert.h>
|
||||
|
||||
namespace Catch {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user