修复sprint6bug
This commit is contained in:
parent
811a57c361
commit
371869919a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user