Merge pull request #79 from 3noch/patch-1

Bring printf into scope in timesync.cpp
This commit is contained in:
livox
2021-03-15 14:35:02 +08:00
committed by GitHub

View File

@@ -27,6 +27,7 @@
#include <stdint.h>
#include <string.h>
#include <chrono>
#include <cstdio>
#include <functional>
#include <thread>