branch | 1.0 |
changeset 384 | 304acfc5210e |
parent 349 | b0f74ca2e3ac |
child 398 | 32fb28fc9d42 |
8:e531c9b99b9d | 9:66d178c1ef3d |
---|---|
20 #define LEMON_CORE_H |
20 #define LEMON_CORE_H |
21 |
21 |
22 #include <vector> |
22 #include <vector> |
23 #include <algorithm> |
23 #include <algorithm> |
24 |
24 |
25 #include <lemon/core.h> |
|
25 #include <lemon/bits/enable_if.h> |
26 #include <lemon/bits/enable_if.h> |
26 #include <lemon/bits/traits.h> |
27 #include <lemon/bits/traits.h> |
27 #include <lemon/assert.h> |
28 #include <lemon/assert.h> |
28 |
29 |
29 ///\file |
30 ///\file |