Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 336c1a8

Browse files
committed
add missing includes
1 parent 176a0c5 commit 336c1a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/dynamic-graph/python/signal-wrapper.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#define DGPY_SIGNAL_WRAPPER
66

77
#include <boost/python.hpp>
8+
#include <boost/bind.hpp>
89

910
#include <dynamic-graph/linear-algebra.h>
1011
#include <dynamic-graph/signal.h>

tests/custom_entity.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#define ENABLE_RT_LOG
77

88
#include "custom_entity.h"
9+
#include <boost/bind.hpp>
910

1011
#include <dynamic-graph/command-bind.h>
1112
#include <dynamic-graph/entity.h>

0 commit comments

Comments
 (0)