From d51d8905b74e403dcaf2e70295bafa7113fae264 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 1 Jun 2017 09:07:15 +0200 Subject: [PATCH] Missing pragma once... Change-Id: I3088089af5a817ed68ef0276869a01d7323e6ae7 Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/binding/low-can-cb.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CAN-binder/low-can-binding/binding/low-can-cb.hpp b/CAN-binder/low-can-binding/binding/low-can-cb.hpp index e4e7ce9e..e05e2518 100644 --- a/CAN-binder/low-can-binding/binding/low-can-cb.hpp +++ b/CAN-binder/low-can-binding/binding/low-can-cb.hpp @@ -15,6 +15,8 @@ * limitations under the License. */ + #pragma once + #include #include #include -- 2.16.6