1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-26 10:29:31 +00:00

Adds necessary include for unique_ptr.

This commit is contained in:
Thomas Harte 2020-03-15 23:52:24 -04:00
parent 8e3bf0dbca
commit 1d40aa687e

View File

@ -11,6 +11,8 @@
#include "../Reflection/Struct.h"
#include <memory>
namespace Configurable {
/*!