1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-02 13:13:52 +00:00

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

View File

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