From cb3e77586ac835c156cb4700b324dafbbb110adf Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 22 Oct 2025 14:59:18 -0400 Subject: pkstr: clone functions if PK_IMPL_MEM defined --- test/pkstr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/pkstr.cpp') diff --git a/test/pkstr.cpp b/test/pkstr.cpp index c7b55bc..04a61da 100644 --- a/test/pkstr.cpp +++ b/test/pkstr.cpp @@ -1,4 +1,5 @@ +#define PK_IMPL_MEM #define PK_IMPL_STR #include "../pkstr.h" -- cgit v1.2.3