Files
rdkit/Code/RDBoost/python.h
Brian Kelley 27293e0870 Adds automatic warning suppressions to boost python
Just include RDBoost/python.h instead of boost/python.hpp
2015-10-18 13:33:10 -04:00

8 lines
299 B
C

#include <RDGeneral/BoostStartInclude.h>
#include <boost/python.hpp>
#include <boost/python/scope.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include <boost/python/stl_iterator.hpp>
#include <boost/python/register_ptr_to_python.hpp>
#include <RDGeneral/BoostEndInclude.h>