Changeset 556:c5919679af17 in lemon for lemon/time_measure.h
- Timestamp:
- 02/10/09 18:37:59 (16 years ago)
- Branch:
- default
- Parents:
- 555:861a9d5ff283 (diff), 509:daddd623ac9a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/time_measure.h
r509 r556 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-200 85 * Copyright (C) 2003-2009 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). -
lemon/time_measure.h
r463 r556 25 25 26 26 #ifdef WIN32 27 #ifndef WIN32_LEAN_AND_MEAN 27 28 #define WIN32_LEAN_AND_MEAN 29 #endif 30 #ifndef NOMINMAX 28 31 #define NOMINMAX 32 #endif 29 33 #include <windows.h> 30 34 #include <cmath> 31 35 #else 36 #include <unistd.h> 32 37 #include <sys/times.h> 33 38 #include <sys/time.h>
Note: See TracChangeset
for help on using the changeset viewer.