pmt: add minor detail

This commit is contained in:
2025-07-28 23:33:22 +03:00
parent a58adb6a28
commit 0b76d33715
2 changed files with 1 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <libpmt/lib.hpp> #include <libpmt/lib.hpp>
#include "functions/functions.hpp"
namespace PartitionManager { namespace PartitionManager {

View File

@@ -14,7 +14,6 @@
limitations under the License. limitations under the License.
*/ */
#define NEED_BASIC_FUNCTION_CLASSES
#include <libpmt/lib.hpp> #include <libpmt/lib.hpp>
namespace PartitionManager { namespace PartitionManager {