From 3e2be4237ac6f3e8bcec8b10d295182cefe67330 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 10 May 2017 18:37:15 +0200 Subject: Fix: circular include for socket classes. Change-Id: Ibcd71f585246172c191b67b45e3b2763f7722958 Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/utils/socketcan-raw.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'CAN-binder/low-can-binding/utils/socketcan-raw.hpp') diff --git a/CAN-binder/low-can-binding/utils/socketcan-raw.hpp b/CAN-binder/low-can-binding/utils/socketcan-raw.hpp index 40a6e025..61672411 100644 --- a/CAN-binder/low-can-binding/utils/socketcan-raw.hpp +++ b/CAN-binder/low-can-binding/utils/socketcan-raw.hpp @@ -17,6 +17,7 @@ #pragma once #include "socketcan.hpp" +#include "../can/can-message.hpp" namespace utils { -- cgit 1.2.3-korg