mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* - enable building DLLs on Windows * - export.h and test.h are now auto-generated by CMake
9 lines
327 B
C
9 lines
327 B
C
#include <RDBoost/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>
|