Add missing header for random numbers
This commit is contained in:
@@ -56,6 +56,7 @@ recompute path. Also enables more complicated dependencies beyond trees.
|
||||
# include <sstream>
|
||||
# include <climits>
|
||||
# include <bitset>
|
||||
# include <random>
|
||||
#endif
|
||||
|
||||
#include <boost/graph/adjacency_list.hpp>
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
#include <queue>
|
||||
#include <bitset>
|
||||
#include <exception>
|
||||
#include <random>
|
||||
|
||||
// Boost
|
||||
#include <boost/signals.hpp>
|
||||
|
||||
Reference in New Issue
Block a user