COIN-OR::LEMON - Graph Library

Changeset 491:39aaeea2d471 in lemon-1.2 for lemon


Ignore:
Timestamp:
02/23/09 16:46:57 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
493:07a549a6b9bf, 535:6a17a722b50e
Phase:
public
Message:

Include /lemon/config.h globally (#230)

Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/default_map.h

    r485 r491  
    2020#define LEMON_BITS_DEFAULT_MAP_H
    2121
     22#include <lemon/config.h>
    2223#include <lemon/bits/array_map.h>
    2324#include <lemon/bits/vector_map.h>
  • lemon/core.h

    r429 r491  
    2323#include <algorithm>
    2424
     25#include <lemon/core.h>
    2526#include <lemon/bits/enable_if.h>
    2627#include <lemon/bits/traits.h>
Note: See TracChangeset for help on using the changeset viewer.