From b70d32a2acee17b64de6ca9d9af01043ed821b6e Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 23 Apr 2015 16:43:42 -1000 Subject: [PATCH] Compile error std.hpp:70:37: error: 'std::size_t' has not been declared extern int snprintf(char out, std::size_t maxlen, const char --- libuavcan/include/uavcan/std.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libuavcan/include/uavcan/std.hpp b/libuavcan/include/uavcan/std.hpp index c04ced0c89..a1e63ea469 100644 --- a/libuavcan/include/uavcan/std.hpp +++ b/libuavcan/include/uavcan/std.hpp @@ -7,6 +7,7 @@ #include #include +#include #if !defined(UAVCAN_CPP_VERSION) || !defined(UAVCAN_CPP11) # error UAVCAN_CPP_VERSION