Base: implement a lightweight smart pointer for PyObject like Py::Object to reduce includes of Python.h in header files
This commit is contained in:
@@ -30,10 +30,11 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <boost/any.hpp>
|
||||
#include <CXX/Objects.hxx>
|
||||
#include <FCConfig.h>
|
||||
|
||||
|
||||
namespace Py {
|
||||
class Object;
|
||||
}
|
||||
namespace App
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user