diff options
Diffstat (limited to 'src/can_decode_message.hpp')
-rw-r--r-- | src/can_decode_message.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/can_decode_message.hpp b/src/can_decode_message.hpp index 833b992f..118dac04 100644 --- a/src/can_decode_message.hpp +++ b/src/can_decode_message.hpp @@ -18,6 +18,9 @@ #pragma once -#include "low-can-binding.hpp" +#include "can-utils.hpp" +#include "openxc-utils.hpp" +#include "can-signals.hpp" +#include "can-decoder.hpp" void can_decode_message(can_bus_t &can_bus);
\ No newline at end of file |