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:
@@ -34,6 +34,7 @@
|
||||
#include <Base/Interpreter.h>
|
||||
#include <Base/QuantityPy.h>
|
||||
#include <Base/Console.h>
|
||||
#include <CXX/Objects.hxx>
|
||||
|
||||
#include "ObjectIdentifier.h"
|
||||
#include "Application.h"
|
||||
|
||||
Reference in New Issue
Block a user