pxmlw6n2f/Gazebo_Distributed_MPI/gazebo/countTime.hh

14 lines
213 B
C++
Raw Normal View History

2019-04-18 10:27:54 +08:00
#ifndef _COUNT_TIME_HH_
#define _COUNT_TIME_HH_
#ifndef _WIN32 //Added by zenglei@2018-12-04
#include <sys/time.h>
#endif
#ifndef USE_COUNT_TIME
#define USE_COUNT_TIME
#endif
#endif