COIN-OR::LEMON - Graph Library

Changeset 2551:5004899aa870 in lemon-0.x for lemon/unionfind.h


Ignore:
Timestamp:
12/31/07 20:21:21 (16 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3428
Message:

Include functional because of std::less.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/unionfind.h

    r2550 r2551  
    2929#include <utility>
    3030#include <algorithm>
     31#include <functional>
    3132
    3233#include <lemon/bits/invalid.h>
Note: See TracChangeset for help on using the changeset viewer.