File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1010 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
1111 */
1212
13+ #ifndef _USE_MATH_DEFINES
14+ #define _USE_MATH_DEFINES
15+ #endif
16+
1317#include " OSMPDummySensor.h"
1418
1519/*
4953#include < string>
5054#include < algorithm>
5155#include < cstdint>
52- #include < cmath>
5356#include < chrono>
5457
58+ #ifdef _WIN32
59+ #include < math.h>
60+ #else
61+ #include < cmath>
62+ #endif
63+
5564using namespace std ;
5665
5766#ifdef PRIVATE_LOG_PATH
Original file line number Diff line number Diff line change 1010 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
1111 */
1212
13+ #ifndef _USE_MATH_DEFINES
14+ #define _USE_MATH_DEFINES
15+ #endif
16+
1317#include " OSMPDummySource.h"
1418
1519/*
4953// #include <string>
5054#include < algorithm>
5155#include < cstdint>
52- #include < cmath>
5356#include < chrono>
5457#include < ctime>
5558#include < iomanip>
5659#include < sstream> // included for windows compatibility
5760
61+ #ifdef _WIN32
62+ #include < math.h>
63+ #else
64+ #include < cmath>
65+ #endif
66+
5867using namespace std ;
5968
6069#ifdef PRIVATE_LOG_PATH
You can’t perform that action at this time.
0 commit comments