COIN-OR::LEMON - Graph Library

Changeset 2028:d0e8a86a1ff2 in lemon-0.x for lemon/graph_to_eps.h


Ignore:
Timestamp:
03/31/06 14:51:44 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2667
Message:

MinGW32 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_to_eps.h

    r1993 r2028  
    2121
    2222#include <sys/time.h>
     23
     24#ifdef WIN32
     25#include <lemon/bits/mingw32_time.h>
     26#endif
    2327
    2428#include<iostream>
Note: See TracChangeset for help on using the changeset viewer.