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:
wmayer
2022-03-04 15:51:51 +01:00
parent 7ae77937eb
commit 6c2e1a2d6e
10 changed files with 219 additions and 5 deletions

View File

@@ -30,6 +30,7 @@
#include <atomic>
#include <Base/Tools.h>
#include <Base/Writer.h>
#include <CXX/Objects.hxx>
#include "Property.h"
#include "ObjectIdentifier.h"