修复sprint6bug

This commit is contained in:
sladro 2025-12-31 09:48:55 +08:00
parent 811a57c361
commit 371869919a

View File

@ -2,6 +2,8 @@
#include <string>
#include "graph_manager.h"
namespace rk3588 {
class MediaServerApp {
@ -12,6 +14,7 @@ public:
private:
std::string config_path_;
GraphManager graph_manager_{};
};
} // namespace rk3588