Skip to content
Snippets Groups Projects
Commit 76542fe5 authored by Francois Keith's avatar Francois Keith Committed by Francois Keith
Browse files

Add missing header inclusion

parent 0575ca05
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
/* DG */
#include <dynamic-graph/tracer.h>
#include <dynamic-graph/debug.h>
#include <dynamic-graph/value.h>
#include <dynamic-graph/pool.h>
#include <dynamic-graph/factory.h>
#include <dynamic-graph/all-commands.h>
......@@ -32,6 +33,7 @@
using namespace std;
using namespace dynamicgraph;
using namespace dynamicgraph::command;
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(Tracer,"Tracer");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment