Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37412531
en ru br
ALT Linux repos
S:0.20.2-alt3.2

Group :: Graphics
RPM: freecad

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: freecad-0.18.4-alt-boost-1.73.0-compat.patch
Download


diff --git a/src/Gui/DAGView/DAGView.cpp b/src/Gui/DAGView/DAGView.cpp
index 501a424a2..dfde86db8 100644
--- a/src/Gui/DAGView/DAGView.cpp
+++ b/src/Gui/DAGView/DAGView.cpp
@@ -27,6 +27,7 @@
 #endif
 
 #include <sstream>
+#include <boost/bind.hpp>
 
 #include <Base/Console.h>
 
diff --git a/src/Mod/Sketcher/Gui/TaskSketcherGeneral.cpp b/src/Mod/Sketcher/Gui/TaskSketcherGeneral.cpp
index 8b0e88478..c174e7ea8 100644
--- a/src/Mod/Sketcher/Gui/TaskSketcherGeneral.cpp
+++ b/src/Mod/Sketcher/Gui/TaskSketcherGeneral.cpp
@@ -26,6 +26,8 @@
 #ifndef _PreComp_
 #endif
 
+#include <boost/bind.hpp>
+
 #include "ui_TaskSketcherGeneral.h"
 #include "TaskSketcherGeneral.h"
 #include <Gui/Application.h>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin