This commit is contained in:
wangjiyu 2025-04-11 08:44:47 +08:00
parent ea0e051c96
commit 9314c2d7d6
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
#include <iostream> #include <iostream>
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <Python.h> #include <Python.h>
#include <boost/python.hpp> #include <boost/python.hpp>