Skip to content
Snippets Groups Projects
Commit 6b3827a2 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

add missing includes

parent 8829bb85
Branches
Tags
No related merge requests found
......@@ -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 {
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment