From eb0139bd6666b658ed1aec71d190207f8d83986b Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Tue, 18 Mar 2014 00:44:39 +0400 Subject: [PATCH] array.hpp - fixed #include --- libuavcan/include/uavcan/marshal/array.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libuavcan/include/uavcan/marshal/array.hpp b/libuavcan/include/uavcan/marshal/array.hpp index c3384c678a..1d7669fcf3 100644 --- a/libuavcan/include/uavcan/marshal/array.hpp +++ b/libuavcan/include/uavcan/marshal/array.hpp @@ -14,6 +14,7 @@ #include #include #include +#include #ifndef UAVCAN_EXCEPTIONS # error UAVCAN_EXCEPTIONS