mirror of https://github.com/CGAL/cgal
replace boost/random.hpp with rnd number generator
This fixes a problem with generating Segment_voronoi_2.moc: opt/local/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN" The problem did not appear before installing boost 1.53 with macports. Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
parent
f05baeb04c
commit
23c40d0746
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <map>
|
||||
|
||||
#include <boost/random.hpp>
|
||||
#include <boost/random/random_number_generator.hpp>
|
||||
#include <boost/random/linear_congruential.hpp>
|
||||
#include <boost/random/geometric_distribution.hpp>
|
||||
#include <boost/random/variate_generator.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue