Add missing assert.h include to reporter bases.

It being missing caused an error when compiling under MSVC.
This commit is contained in:
Martin Hořeňovský 2017-02-22 13:31:51 +01:00
parent c5ffd2e3f0
commit 9e2616aeac

View File

@ -11,6 +11,7 @@
#include "../internal/catch_interfaces_reporter.h" #include "../internal/catch_interfaces_reporter.h"
#include <cstring> #include <cstring>
#include <assert.h>
namespace Catch { namespace Catch {