Skip to content

Commit 6b3827a

Browse files
committed
add missing includes
1 parent 8829bb8 commit 6b3827a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/dynamic-graph/command-getter.t.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef DYNAMIC_GRAPH_COMMAND_GETTER_T_CPP
88
#define DYNAMIC_GRAPH_COMMAND_GETTER_T_CPP
99

10+
#include "dynamic-graph/command-getter.h"
1011
#include <sstream>
1112

1213
namespace dynamicgraph {

include/dynamic-graph/command-setter.t.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#define DYNAMIC_GRAPH_COMMAND_SETTER_T_CPP
99

1010
#include "dynamic-graph/linear-algebra.h"
11+
#include "dynamic-graph/command-setter.h"
1112
#include <boost/assign/list_of.hpp>
1213
#include <sstream>
1314

0 commit comments

Comments
 (0)