File tree 5 files changed +7
-2
lines changed
5 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 45
45
46
46
## Bug fixes
47
47
- * General*
48
+ - Missing ` boost/next_prior.hpp ` includes in ReverseIterator, Melkman and Convex
49
+ Hull files (David Coeurjolly, [ #1716 ] ( https://github.com/DGtal-team/DGtal/pull/1716 ) )
48
50
- Activate and fix CTest tests on windows system. (Bertrand Kerautret,
49
51
[ #1706 ] ( https://github.com/DGtal-team/DGtal/pull/1706 ) )
50
52
- For now, removing Cairo deps install on windows (6hours long build
Original file line number Diff line number Diff line change 45
45
#include " DGtal/base/IteratorCirculatorTraits.h"
46
46
#include < boost/iterator.hpp>
47
47
#include < boost/utility.hpp>
48
+ #include < boost/next_prior.hpp>
48
49
#include < boost/iterator/iterator_adaptor.hpp>
49
50
// ////////////////////////////////////////////////////////////////////////////
50
51
Original file line number Diff line number Diff line change 30
30
//////////////////////////////////////////////////////////////////////////////
31
31
#include <cstdlib>
32
32
#include <cmath>
33
+ #include <boost/utility.hpp>
34
+ #include <boost/next_prior.hpp>
33
35
34
36
#include "DGtal/kernel/PointVector.h"
35
37
//////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 29
29
30
30
//////////////////////////////////////////////////////////////////////////////
31
31
#include <cstdlib>
32
+ #include <boost/utility.hpp>
33
+ #include <boost/next_prior.hpp>
32
34
//////////////////////////////////////////////////////////////////////////////
33
35
34
36
///////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 36
36
#include " DGtal/geometry/tools/Hull2DHelpers.h"
37
37
#include " DGtal/geometry/tools/MelkmanConvexHull.h"
38
38
#include " DGtal/geometry/tools/determinant/InHalfPlaneBySimple3x3Matrix.h"
39
-
40
-
41
39
// /////////////////////////////////////////////////////////////////////////////
42
40
43
41
using namespace std ;
You can’t perform that action at this time.
0 commit comments