[Lemon-commits] Alpar Juttner: Merge
Lemon HG
hg at lemon.cs.elte.hu
Tue Feb 24 07:37:27 CET 2009
details: http://lemon.cs.elte.hu/hg/lemon/rev/6a17a722b50e
changeset: 555:6a17a722b50e
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Mon Feb 23 18:01:14 2009 +0000
description:
Merge
diffstat:
2 files changed, 2 insertions(+)
lemon/bits/default_map.h | 1 +
lemon/core.h | 1 +
diffs (22 lines):
diff --git a/lemon/bits/default_map.h b/lemon/bits/default_map.h
--- a/lemon/bits/default_map.h
+++ b/lemon/bits/default_map.h
@@ -19,6 +19,7 @@
#ifndef LEMON_BITS_DEFAULT_MAP_H
#define LEMON_BITS_DEFAULT_MAP_H
+#include <lemon/config.h>
#include <lemon/bits/array_map.h>
#include <lemon/bits/vector_map.h>
//#include <lemon/bits/debug_map.h>
diff --git a/lemon/core.h b/lemon/core.h
--- a/lemon/core.h
+++ b/lemon/core.h
@@ -22,6 +22,7 @@
#include <vector>
#include <algorithm>
+#include <lemon/core.h>
#include <lemon/bits/enable_if.h>
#include <lemon/bits/traits.h>
#include <lemon/assert.h>
More information about the Lemon-commits
mailing list