gravatar
ladanyi@tmit.bme.hu
ladanyi@tmit.bme.hu
Fix compilation with MSVC (#259)
0 1 0
default
1 file changed with 1 insertions and 0 deletions:
↑ Collapse diff ↑
Show white space 12 line context
... ...
@@ -29,12 +29,13 @@
29 29
/// for more info on the usage.
30 30
///
31 31

	
32 32

	
33 33
#include <algorithm>
34 34
#include <set>
35
#include <ctime>
35 36
#include <lemon/list_graph.h>
36 37
#include <lemon/random.h>
37 38
#include <lemon/dim2.h>
38 39
#include <lemon/bfs.h>
39 40
#include <lemon/counter.h>
40 41
#include <lemon/suurballe.h>
0 comments (0 inline)