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,6 +30,7 @@
|
||||
#include <atomic>
|
||||
#include <Base/Tools.h>
|
||||
#include <Base/Writer.h>
|
||||
#include <CXX/Objects.hxx>
|
||||
|
||||
#include "Property.h"
|
||||
#include "ObjectIdentifier.h"
|
||||
|
||||
Reference in New Issue
Block a user