Skip to content

Commit

Permalink
fixed include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
FadyEssam committed Mar 3, 2019
1 parent fab1f18 commit 483bdfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions include/boost/python/set.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define SET_BOOST_PYTHON_HH

#include <boost/python.hpp>
#include <boost/python/ssize_t.hpp>

namespace boost {
namespace python {
Expand Down
7 changes: 3 additions & 4 deletions src/set.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "set.hpp"
#include <boost/python/ssize_t.hpp>
#include <boost/python.hpp>
#include <boost/python/set.hpp>


namespace boost {
namespace python {
Expand Down Expand Up @@ -78,4 +77,4 @@ namespace boost {

}
}
} // namespace boost::python
}

0 comments on commit 483bdfb

Please sign in to comment.