diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-10 10:11:44 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:40 +0100 |
commit | a0b229d33eb8bf076bc40f9a31dbd3a689a335e1 (patch) | |
tree | b48a78476b7cad5c14955a85135224b53347ff5a /src/diagnostic/diagnostic-manager.hpp | |
parent | 19c0faf5dcb5c7e58136f6ba56c65535baac2efb (diff) |
Finalize the class active_diag... to get it compile.
Fix subsequents bugs into the other depending class
diagnostic manager
Change-Id: I8920c489fc15a61a36ff29d58aab59c2e6388f85
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/diagnostic/diagnostic-manager.hpp')
-rw-r--r-- | src/diagnostic/diagnostic-manager.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diagnostic/diagnostic-manager.hpp b/src/diagnostic/diagnostic-manager.hpp index e4221de..05752f6 100644 --- a/src/diagnostic/diagnostic-manager.hpp +++ b/src/diagnostic/diagnostic-manager.hpp @@ -32,6 +32,7 @@ */ #define MAX_SHIM_COUNT can_bus_t.get_can_devices().size() +class active_diagnostic_request_t; /** * @brief The core structure for running the diagnostics module on the VI. |