Added #include for <memory> (for unique_ptr)

This commit is contained in:
Phil nash 2019-04-26 17:06:44 +01:00
parent 9837c35df1
commit 6267b06089
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "catch_interfaces_enum_values_registry.h"
#include <vector>
#include <memory>
namespace Catch {