mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
8 lines
299 B
C
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>
|