Fem: correctly handle python filters if vtk python is not available

This commit is contained in:
Stefan Tröger
2025-04-14 21:56:28 +02:00
parent bbf5695562
commit f20852e7e1
2 changed files with 15 additions and 12 deletions

View File

@@ -44,6 +44,8 @@
#ifdef FC_USE_VTK_PYTHON
#include <vtkPythonUtil.h>
#else
#include <Base/PyObjectBase.h>
#endif
#include <App/Application.h>