aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-01 09:07:15 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-01 18:38:52 +0200
commitd51d8905b74e403dcaf2e70295bafa7113fae264 (patch)
tree983e2e30d0e3e2fbc938f9f2e1142b7f65bee4eb
parentbc28c33a3805331b36751af2b895ac61be418eaa (diff)
Missing pragma once...
Change-Id: I3088089af5a817ed68ef0276869a01d7323e6ae7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--CAN-binder/low-can-binding/binding/low-can-cb.hpp2
1 files changed, 2 insertions, 0 deletions
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 e4e7ce9..e05e251 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 <string>
#include <cmath>
#include <utility>