mtmd : move helpers to dedicated file (#13442)

* mtmd : move helpers to dedicated file

* fix windows build

* rm redundant include
This commit is contained in:
Xuan-Son Nguyen
2025-05-11 11:34:23 +02:00
committed by GitHub
parent 62d4250e52
commit a634d75d1b
4 changed files with 325 additions and 311 deletions

View File

@@ -10,6 +10,7 @@
#include <stdbool.h>
#ifdef __cplusplus
#include <string>
#include <vector>
#include <cinttypes>
#include <memory>