Skip to content
Snippets Groups Projects
Unverified Commit b150c379 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #77 from nim65s/devel

add missing include for Boost 1.76
parents 8bf82f58 906821cf
No related branches found
No related tags found
No related merge requests found
Pipeline #15501 passed
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <boost/python.hpp> #include <boost/python.hpp>
#include <boost/mpl/for_each.hpp> #include <boost/mpl/for_each.hpp>
#include <boost/mpl/vector.hpp>
#include <dynamic-graph/entity.h> #include <dynamic-graph/entity.h>
#include <dynamic-graph/python/dynamic-graph-py.hh> #include <dynamic-graph/python/dynamic-graph-py.hh>
......
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