Skip to content

Commit 483bdfb

Browse files
committed
fixed include paths
1 parent fab1f18 commit 483bdfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/boost/python/set.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define SET_BOOST_PYTHON_HH
33

44
#include <boost/python.hpp>
5+
#include <boost/python/ssize_t.hpp>
56

67
namespace boost {
78
namespace python {

src/set.cpp

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#include "set.hpp"
2-
#include <boost/python/ssize_t.hpp>
3-
#include <boost/python.hpp>
1+
#include <boost/python/set.hpp>
2+
43

54
namespace boost {
65
namespace python {
@@ -78,4 +77,4 @@ namespace boost {
7877

7978
}
8079
}
81-
} // namespace boost::python
80+
}

0 commit comments

Comments
 (0)