gravatar
deba@inf.elte.hu
deba@inf.elte.hu
Fix several missing includes (#232)
0 7 0
default
7 files changed with 12 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -32,2 +32,3 @@
32 32
#include <lemon/bits/graph_adaptor_extender.h>
33
#include <lemon/bits/map_extender.h>
33 34
#include <lemon/tolerance.h>
Ignore white space 6 line context
... ...
@@ -21,4 +21,6 @@
21 21

	
22
#include <lemon/core.h>
22 23
#include <lemon/error.h>
23 24
#include <lemon/bits/default_map.h>
25
#include <lemon/bits/map_extender.h>
24 26

	
Ignore white space 6 line context
... ...
@@ -21,2 +21,5 @@
21 21

	
22
#include <lemon/core.h>
23
#include <lemon/concept_check.h>
24

	
22 25
namespace lemon {
Ignore white space 6 line context
... ...
@@ -21,2 +21,4 @@
21 21

	
22
#include <vector>
23

	
22 24
namespace lemon {
Ignore white space 6 line context
... ...
@@ -26,2 +26,3 @@
26 26
#include <lemon/core.h>
27
#include <lemon/concept_check.h>
27 28

	
Show white space 6 line context
... ...
@@ -29,2 +29,3 @@
29 29

	
30
#include <lemon/core.h>
30 31
#include <lemon/bits/traits.h>
Ignore white space 6 line context
... ...
@@ -29,2 +29,4 @@
29 29
#include <lemon/path.h>
30
#include <lemon/list_graph.h>
31
#include <lemon/maps.h>
30 32

	
0 comments (0 inline)