From bf129251e4fff42fdbe872d3bbf1a07587b09416 Mon Sep 17 00:00:00 2001 From: Peter Soetens Date: Fri, 22 Apr 2011 15:15:05 +0200 Subject: [PATCH 1/2] typegen: include boost serialization headers for all stl types. Since this list is not automatically generated, we need to list them all, and not an arbitrary selection. Signed-off-by: Peter Soetens --- lib/orogen/templates/typekit/Types.hpp | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/lib/orogen/templates/typekit/Types.hpp b/lib/orogen/templates/typekit/Types.hpp index 5e87c5a..f5ac58b 100644 --- a/lib/orogen/templates/typekit/Types.hpp +++ b/lib/orogen/templates/typekit/Types.hpp @@ -25,6 +25,12 @@ #include #include #include +#include +#include +#include +#include +#include +#include <%= typekit.m_types_code %> -- 1.7.0.4