- Fix build with OpenCASCADE 7.7.0, add * 0001-Part-OCCError.h-remove-unneeded-includes.patch * 0001-Drawing-add-missing-include.patch * 0001-FEM-add-missing-include.patch * 0001-Revert-unused-parameter-warning-change.patch OBS-URL: https://build.opensuse.org/request/show/1045807 OBS-URL: https://build.opensuse.org/package/show/science/FreeCAD?expand=0&rev=156
25 lines
717 B
Diff
25 lines
717 B
Diff
From 2d9e4c0137bab0b63482f30f0d89cf3f9418a4e0 Mon Sep 17 00:00:00 2001
|
|
From: Uwe <donovaly@users.noreply.github.com>
|
|
Date: Mon, 12 Dec 2022 05:15:47 +0100
|
|
Subject: [PATCH] [Drawing] add missing include
|
|
|
|
---
|
|
src/Mod/Drawing/App/AppDrawingPy.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/Mod/Drawing/App/AppDrawingPy.cpp b/src/Mod/Drawing/App/AppDrawingPy.cpp
|
|
index d4ed53ebaf..ecefd3d5a8 100644
|
|
--- a/src/Mod/Drawing/App/AppDrawingPy.cpp
|
|
+++ b/src/Mod/Drawing/App/AppDrawingPy.cpp
|
|
@@ -28,6 +28,7 @@
|
|
#include <Mod/Part/App/TopoShapePy.h>
|
|
#include "ProjectionAlgos.h"
|
|
#include <Base/Console.h>
|
|
+#include <Base/Interpreter.h>
|
|
#include <Base/VectorPy.h>
|
|
#include <boost/regex.hpp>
|
|
|
|
--
|
|
2.38.1
|
|
|