mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
Added #include for <memory> (for unique_ptr)
This commit is contained in:
parent
9837c35df1
commit
6267b06089
@ -11,6 +11,7 @@
|
|||||||
#include "catch_interfaces_enum_values_registry.h"
|
#include "catch_interfaces_enum_values_registry.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user