From 0b76d3371505e23b29aa3558dc863a0de8227d50 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 28 Jul 2025 23:33:22 +0300 Subject: [PATCH] pmt: add minor detail --- src/Lib.cpp | 1 + src/functions/functions.hpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lib.cpp b/src/Lib.cpp index 1f2cc79..8ca429b 100644 --- a/src/Lib.cpp +++ b/src/Lib.cpp @@ -18,6 +18,7 @@ #include #include #include +#include "functions/functions.hpp" namespace PartitionManager { diff --git a/src/functions/functions.hpp b/src/functions/functions.hpp index f2fcce0..9d97b42 100644 --- a/src/functions/functions.hpp +++ b/src/functions/functions.hpp @@ -14,7 +14,6 @@ limitations under the License. */ -#define NEED_BASIC_FUNCTION_CLASSES #include namespace PartitionManager {