Speed up time sync after standby

This commit is contained in:
badaix 2020-04-21 11:01:07 +02:00
parent c85b16454c
commit bfbd9e05a7
3 changed files with 11 additions and 6 deletions

View file

@ -16,7 +16,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
***/
#ifndef NOMINMAX
#define NOMINMAX
#endif // NOMINMAX
#include "stream.hpp"
#include "common/aixlog.hpp"