changeset 2597 | 91e2b6a4b96e |
parent 2553 | bfced05fa852 |
6:27bd20969dff | 7:bf491125d1c3 |
---|---|
25 #include "test_tools.h" |
25 #include "test_tools.h" |
26 |
26 |
27 |
27 |
28 #include <vector> |
28 #include <vector> |
29 #include <algorithm> |
29 #include <algorithm> |
30 #include <cmath> |
30 #include <lemon/math.h> |
31 |
31 |
32 using namespace std; |
32 using namespace std; |
33 using namespace lemon; |
33 using namespace lemon; |
34 |
34 |
35 typedef unsigned char uchar; |
35 typedef unsigned char uchar; |