changeset 147 | 7c39a090cfc3 |
parent 134 | 0775d2ba2afb |
child 157 | 2ccc1afc2c52 |
5:1f285e01ed12 | 6:2a84af4b9c9f |
---|---|
27 |
27 |
28 #ifndef WIN32 |
28 #ifndef WIN32 |
29 #include<sys/time.h> |
29 #include<sys/time.h> |
30 #include<ctime> |
30 #include<ctime> |
31 #else |
31 #else |
32 #define WIN32_LEAN_AND_MEAN |
|
33 #define NOMINMAX |
|
32 #include<windows.h> |
34 #include<windows.h> |
33 #endif |
35 #endif |
34 |
36 |
35 #include<lemon/math.h> |
37 #include<lemon/math.h> |
36 #include<lemon/bits/invalid.h> |
38 #include<lemon/bits/invalid.h> |