Skip to content
Snippets Groups Projects
Commit 4c6c10c2 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

reordered header inclusions for mmcif io export to make it compile on OSX g++ 4.0

parent 6c16f195
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
// along with this library; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//------------------------------------------------------------------------------
#include <boost/shared_ptr.hpp>
#include <boost/python.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
using namespace boost::python;
......@@ -248,5 +248,5 @@ void export_mmcif_io()
&MMCifInfo::SetStructDetails)
.add_property("obsolete", &MMCifInfo::GetObsoleteInfo,
&MMCifInfo::SetObsoleteInfo)
;
;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment