COIN-OR::LEMON - Graph Library

Ticket #42: random_include_fix.patch

File random_include_fix.patch, 544 bytes (added by Balazs Dezso, 17 years ago)

Patch for include files

  • 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  
    6565#include <algorithm>
    6666#include <iterator>
    6767#include <vector>
    68 
    69 #include <ctime>
     68#include <limits>
    7069
    7170#include <lemon/math.h>
    7271#include <lemon/dim2.h>