Added missing <memory> includes

This commit is contained in:
Phil Nash 2017-04-26 17:04:00 +01:00
parent 51c143b2c6
commit 316cb28ea8
5 changed files with 5 additions and 0 deletions

View file

@ -20,6 +20,7 @@
#include <string>
#include <ostream>
#include <map>
#include <memory>
namespace Catch
{