Skip to content
Snippets Groups Projects
Commit dfc52ee6 authored by valerio's avatar valerio
Browse files

Inverted two include statements

The newest gcc on Mac likes it better this way! Don't ask me!

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2695 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 26ff757f
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,9 @@
// along with this library; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//------------------------------------------------------------------------------
#include <vector>
#include <boost/python.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include <vector>
#include <ost/export_helper/vector.hh>
#include <ost/base.hh>
#include <ost/platform.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment