Tools: Add PyCXX includes to generated Python binding files.

This commit is contained in:
tritao
2025-03-26 12:42:55 +00:00
parent c4f32edd65
commit ed3263e67b

View File

@@ -122,6 +122,7 @@ class TemplateClassPyExport(template.ModelTemplate):
#ifndef @self.export.Namespace.upper().replace("::", "_")@_@self.export.Name.upper()@_H
#define @self.export.Namespace.upper().replace("::", "_")@_@self.export.Name.upper()@_H
#include <CXX/Objects.hxx>
#include <@self.export.FatherInclude@>
#include <@self.export.Include@>
#include <string>