Added some missing #includes

This commit is contained in:
Phil nash 2019-04-25 14:19:00 +01:00
parent 08c8df1e3b
commit 6981783178
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include "catch_stream.h"
#include <map>
#include <cassert>
namespace Catch {

View File

@ -11,6 +11,7 @@
#include <string>
#include <iosfwd>
#include <vector>
namespace Catch {