COIN-OR::LEMON - Graph Library

Ticket #230: 39aaeea2d471.patch

File 39aaeea2d471.patch, 833 bytes (added by Alpar Juttner, 16 years ago)
  • lemon/bits/default_map.h

    # HG changeset patch
    # User Alpar Juttner <alpar@cs.elte.hu>
    # Date 1235404017 0
    # Node ID 39aaeea2d4712e6d1cb6b17e504595063d23bee2
    # Parent  97070bd10b98d12ba3ceb35dcfd042015f8c4639
    Include /lemon/config.h globally (#230)
    
    diff --git a/lemon/bits/default_map.h b/lemon/bits/default_map.h
    a b  
    1919#ifndef LEMON_BITS_DEFAULT_MAP_H
    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>
    2425//#include <lemon/bits/debug_map.h>
  • lemon/core.h

    diff --git a/lemon/core.h b/lemon/core.h
    a b  
    2222#include <vector>
    2323#include <algorithm>
    2424
     25#include <lemon/core.h>
    2526#include <lemon/bits/enable_if.h>
    2627#include <lemon/bits/traits.h>
    2728#include <lemon/assert.h>