mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
9 lines
329 B
C
9 lines
329 B
C
#include <RDGeneral/export.h>
|
|
#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>
|