Fix build warnings from deprecated Boost headers (they are used internally by Boost). Thanks @wwmayer for the hint.
This commit is contained in:
committed by
wwmayer
parent
ff77ffe7d1
commit
98f63ba60f
@@ -32,7 +32,7 @@
|
||||
#include <App/Property.h>
|
||||
#include <Mod/Part/App/Geometry.h>
|
||||
#include "Constraint.h"
|
||||
#include <boost/signals2.hpp>
|
||||
#include <boost_signals2.hpp>
|
||||
#include <boost/unordered/unordered_map.hpp>
|
||||
|
||||
namespace Base {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "TaskSketcherGeneral.h"
|
||||
#include "TaskSketcherMessages.h"
|
||||
#include "TaskSketcherSolverAdvanced.h"
|
||||
#include <boost/signals2.hpp>
|
||||
#include <boost_signals2.hpp>
|
||||
|
||||
typedef boost::signals2::connection Connection;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <boost/signals2.hpp>
|
||||
#include <boost_signals2.hpp>
|
||||
#include <QListWidget>
|
||||
|
||||
namespace App {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <boost/signals2.hpp>
|
||||
#include <boost_signals2.hpp>
|
||||
#include <QListWidget>
|
||||
#include <QIcon>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <boost/signals2.hpp>
|
||||
#include <boost_signals2.hpp>
|
||||
|
||||
class Ui_TaskSketcherGeneral;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <boost/signals2.hpp>
|
||||
#include <boost_signals2.hpp>
|
||||
|
||||
class Ui_TaskSketcherMessages;
|
||||
typedef boost::signals2::connection Connection;
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/GLPainter.h>
|
||||
#include <App/Part.h>
|
||||
#include <boost/signals2.hpp>
|
||||
#include <boost_signals2.hpp>
|
||||
#include <QCoreApplication>
|
||||
#include <Gui/Document.h>
|
||||
#include "ShortcutListener.h"
|
||||
|
||||
Reference in New Issue
Block a user