COIN-OR::LEMON - Graph Library

Changeset 2035:e92071fadd3f in lemon-0.x for lemon/simann.h


Ignore:
Timestamp:
04/03/06 21:47:37 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2674
Message:

More mingw compatibility

Implementation of the drand48 functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/simann.h

    r1956 r2035  
    3232#include <limits>
    3333#include <lemon/time_measure.h>
     34
     35#ifdef WIN32
     36#include <lemon/bits/mingw32_rand.h>
     37#endif
    3438
    3539namespace lemon {
Note: See TracChangeset for help on using the changeset viewer.