Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
336c1a89
Commit
336c1a89
authored
Feb 09, 2021
by
Guilhem Saurel
Browse files
add missing includes
parent
176a0c56
Changes
2
Show whitespace changes
Inline
Side-by-side
include/dynamic-graph/python/signal-wrapper.hh
View file @
336c1a89
...
...
@@ -5,6 +5,7 @@
#define DGPY_SIGNAL_WRAPPER
#include <boost/python.hpp>
#include <boost/bind.hpp>
#include <dynamic-graph/linear-algebra.h>
#include <dynamic-graph/signal.h>
...
...
tests/custom_entity.cpp
View file @
336c1a89
...
...
@@ -6,6 +6,7 @@
#define ENABLE_RT_LOG
#include "custom_entity.h"
#include <boost/bind.hpp>
#include <dynamic-graph/command-bind.h>
#include <dynamic-graph/entity.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment