summaryrefslogtreecommitdiffstats
path: root/src/can/can-decoder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/can/can-decoder.hpp')
-rw-r--r--src/can/can-decoder.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/can/can-decoder.hpp b/src/can/can-decoder.hpp
index ee601c6f..0507a6bd 100644
--- a/src/can/can-decoder.hpp
+++ b/src/can/can-decoder.hpp
@@ -17,7 +17,9 @@
#pragma once
-#include "can-bus.hpp"
+#include "can-signals.hpp"
+#include "can-message.hpp"
+#include "openxc.pb.h"
class decoder_t
{