From 76305b3c696a503ff3a7d2281ae2fdaa7e2dec80 Mon Sep 17 00:00:00 2001 From: Antoine Albertelli Date: Mon, 18 May 2015 22:12:54 +0200 Subject: [PATCH] Add missing include --- libuavcan/src/transport/uc_frame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libuavcan/src/transport/uc_frame.cpp b/libuavcan/src/transport/uc_frame.cpp index a732adf84d..087893cb9f 100644 --- a/libuavcan/src/transport/uc_frame.cpp +++ b/libuavcan/src/transport/uc_frame.cpp @@ -4,6 +4,7 @@ #include #include +#include #include namespace uavcan