mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
Added #include for <memory> to Clara
- thanks again, Martin
This commit is contained in:
parent
160b74d6c7
commit
b15726beba
@ -27,6 +27,7 @@
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
#include <stdexcept>
|
||||
#include <memory>
|
||||
|
||||
// Use optional outer namespace
|
||||
#ifdef CLICHE_CLARA_OUTER_NAMESPACE
|
||||
|
Loading…
Reference in New Issue
Block a user