changeset 2621 | 814ba94d9989 |
parent 2553 | bfced05fa852 |
10:9f44a9711917 | 11:f93a82d4a316 |
---|---|
18 |
18 |
19 #ifndef LEMON_COLOR_H |
19 #ifndef LEMON_COLOR_H |
20 #define LEMON_COLOR_H |
20 #define LEMON_COLOR_H |
21 |
21 |
22 #include<vector> |
22 #include<vector> |
23 #include<cmath> |
23 #include<lemon/math.h> |
24 #include<lemon/maps.h> |
24 #include<lemon/maps.h> |
25 |
25 |
26 |
26 |
27 ///\ingroup misc |
27 ///\ingroup misc |
28 ///\file |
28 ///\file |