We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab1f18 commit 483bdfbCopy full SHA for 483bdfb
include/boost/python/set.hpp
@@ -2,6 +2,7 @@
2
#define SET_BOOST_PYTHON_HH
3
4
#include <boost/python.hpp>
5
+#include <boost/python/ssize_t.hpp>
6
7
namespace boost {
8
namespace python {
src/set.cpp
@@ -1,6 +1,5 @@
1
-#include "set.hpp"
-#include <boost/python/ssize_t.hpp>
-#include <boost/python.hpp>
+#include <boost/python/set.hpp>
+
@@ -78,4 +77,4 @@ namespace boost {
78
77
79
}
80
81
-} // namespace boost::python
+}
0 commit comments