This commit is contained in:
wangjiyu 2025-04-10 11:17:03 +08:00
parent 68ccd03ec3
commit 9d53a7156f
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include <iostream> #include <iostream>
#include <unistd.h> #include <unistd.h>
#include <boost/python.hpp> #include <boost/python.hpp>
#include <boost/python/detail/wrap_python.hpp>
#include <boost/python/detail/prefix.hpp>
#include <numpy/arrayobject.h> #include <numpy/arrayobject.h>
namespace fs = std::filesystem; namespace fs = std::filesystem;
#define ENV_PRODUCT #define ENV_PRODUCT