commit | c1c7eac413d690522087abdbc13086177b1e428b | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Sun Feb 04 17:24:19 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Fri Jun 21 00:33:47 2024 +0000 |
tree | 8a5e285becf96807db7dc42229ad468686e3297e | |
parent | 0d1d7ad2b50e7fe08a4e5d7affe6a8d3d50f4d21 [diff] [blame] |
Refactor to call the GetSubTree method Uniformly use the getSubTree method of utils.hpp to obtain objectTree Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I20204745a01c50f053db74a5749a070bc8193d39
diff --git a/dbus-sdr/sdrutils.cpp b/dbus-sdr/sdrutils.cpp index e7ed347..fa96c6b 100644 --- a/dbus-sdr/sdrutils.cpp +++ b/dbus-sdr/sdrutils.cpp
@@ -16,6 +16,7 @@ #include "dbus-sdr/sdrutils.hpp" +#include <ipmid/utils.hpp> #include <nlohmann/json.hpp> #include <fstream>