include improvement
This commit is contained in:
parent
5ca26a72ea
commit
468ebfb809
@ -1,4 +1,4 @@
|
||||
#include "../globalfunctions/timevalOperations.h"
|
||||
#include "timevalOperations.h"
|
||||
|
||||
timeval& operator+=(timeval& lhs, const timeval& rhs) {
|
||||
int64_t sum = lhs.tv_sec * 1000000. + lhs.tv_usec;
|
||||
|
Loading…
Reference in New Issue
Block a user