diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-09 16:56:56 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:40 +0100 |
commit | 8871f8ae696035877afcbb3b089fc06219c2ba3a (patch) | |
tree | c06b629ad775ae362a9e05430bb5fea64bb64049 /src/diagnostic/active-diagnostic-request.cpp | |
parent | 9099177556d598676e4d6322ae49d22bb2f0c59e (diff) |
Fix: include statement with wrong path.
And minor fixes.
Change-Id: Ica55c0708edd86d0aa37e7117b3c3fad551a0167
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/diagnostic/active-diagnostic-request.cpp')
-rw-r--r-- | src/diagnostic/active-diagnostic-request.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/diagnostic/active-diagnostic-request.cpp b/src/diagnostic/active-diagnostic-request.cpp index 96e4b3ab..251fddbb 100644 --- a/src/diagnostic/active-diagnostic-request.cpp +++ b/src/diagnostic/active-diagnostic-request.cpp @@ -15,6 +15,8 @@ * limitations under the License. */ +#include "active-diagnostic-request.hpp" + active_diagnostic_request_t::active_diagnostic_request_t() : can_bus_dev_{nullptr}, uint32_t id_{0}, DiagnosticRequestHandle{nullptr}, name_{""}, decoder_{nullptr}, callback_{nullptr}, reccuring_{false}, wait_for_multiple_responses_{false}, |