From d6792165cb7df9f8f7d8e734a5af63bc25d83fbc Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 28 Nov 2023 12:19:13 -0500 Subject: move MemBucket declaration to a typedef header --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c938efe..eb275ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,7 @@ set(PKE_SOURCE_FILES src/helpers.cpp src/math-helpers.hpp src/math-helpers.cpp + src/memory-type-defs.hpp src/memory.hpp src/memory.cpp src/memory-allocator.hpp -- cgit v1.2.3