Ticket #42: random_include_fix.patch
File random_include_fix.patch, 544 bytes (added by , 17 years ago) |
---|
-
lemon/random.h
# HG changeset patch # User Balazs Dezso <deba@inf.elte.hu> # Date 1206611771 -3600 # Node ID f2d66d810c88fed376f6d79890418b04dea40707 # Parent abddaa08b5071c7890e020afeaa1171cf6fb3fe9 Fix include files in random.h diff -r abddaa08b507 -r f2d66d810c88 lemon/random.h
a b 65 65 #include <algorithm> 66 66 #include <iterator> 67 67 #include <vector> 68 69 #include <ctime> 68 #include <limits> 70 69 71 70 #include <lemon/math.h> 72 71 #include <lemon/dim2.h>