test/graph_test.h
changeset 220 a5d8c039f218
parent 209 765619b7cbb2
child 228 b6732e0d38c5
equal deleted inserted replaced
1:786d1d22e992 2:a4f10459e64b
    17  */
    17  */
    18 
    18 
    19 #ifndef LEMON_TEST_GRAPH_TEST_H
    19 #ifndef LEMON_TEST_GRAPH_TEST_H
    20 #define LEMON_TEST_GRAPH_TEST_H
    20 #define LEMON_TEST_GRAPH_TEST_H
    21 
    21 
    22 #include <lemon/graph_utils.h>
    22 #include <lemon/core.h>
    23 #include "test_tools.h"
    23 #include "test_tools.h"
    24 
    24 
    25 namespace lemon {
    25 namespace lemon {
    26 
    26 
    27   template<class Graph>
    27   template<class Graph>