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

Commit 2726fc2

Browse files
authored
Merge pull request #67 from nim65s/devel
Fix build on 16.04
2 parents eb0b850 + ccdff19 commit 2726fc2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ INCLUDE(cmake/python.cmake)
2525
# Project definition
2626
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
2727
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
28+
CHECK_MINIMAL_CXX_STANDARD(14 ENFORCE)
2829

2930
# Project dependencies
3031
FINDPYTHON()

include/dynamic-graph/python/dynamic-graph-py.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <sstream>
66

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

910
#include <dynamic-graph/debug.h>
1011
#include <dynamic-graph/exception-factory.h>

src/dynamic_graph/dynamic-graph-py.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <sstream>
55

66
#include <boost/python.hpp>
7+
#include <boost/python/raw_function.hpp>
78
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
89

910
#include <eigenpy/eigenpy.hpp>

0 commit comments

Comments
 (0)