From 86675455fb988d4c71ebdcbad51c2f81cfc09188 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Fri, 1 May 2015 15:28:06 -1000 Subject: [PATCH] Added uavcan/debug.hpp to compile --- 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