From ebfcd9dd29304cf81d8d052d32c2d24e18f26ae5 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Mon, 13 Jan 2020 13:05:55 +0100
Subject: [PATCH] add missing includes

---
 include/dynamic-graph/command-getter.t.cpp | 1 +
 include/dynamic-graph/command-setter.t.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/include/dynamic-graph/command-getter.t.cpp b/include/dynamic-graph/command-getter.t.cpp
index 7671668..8c5403e 100644
--- a/include/dynamic-graph/command-getter.t.cpp
+++ b/include/dynamic-graph/command-getter.t.cpp
@@ -7,6 +7,7 @@
 #ifndef DYNAMIC_GRAPH_COMMAND_GETTER_T_CPP
 #define DYNAMIC_GRAPH_COMMAND_GETTER_T_CPP
 
+#include "dynamic-graph/command-getter.h"
 #include <sstream>
 
 namespace dynamicgraph {
diff --git a/include/dynamic-graph/command-setter.t.cpp b/include/dynamic-graph/command-setter.t.cpp
index 61a55fd..8dcc7d2 100644
--- a/include/dynamic-graph/command-setter.t.cpp
+++ b/include/dynamic-graph/command-setter.t.cpp
@@ -8,6 +8,7 @@
 #define DYNAMIC_GRAPH_COMMAND_SETTER_T_CPP
 
 #include "dynamic-graph/linear-algebra.h"
+#include "dynamic-graph/command-setter.h"
 #include <boost/assign/list_of.hpp>
 #include <sstream>
 
-- 
GitLab