From 7524acda0a8778572262429f27b359d7ee91fc90 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 7 Jan 2020 22:56:32 +0300 Subject: libmdbx: update to 0.5.0 --- libs/libmdbx/src/test/chrono.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libs/libmdbx/src/test/chrono.h') diff --git a/libs/libmdbx/src/test/chrono.h b/libs/libmdbx/src/test/chrono.h index 11675195ac..07cdef66cf 100644 --- a/libs/libmdbx/src/test/chrono.h +++ b/libs/libmdbx/src/test/chrono.h @@ -15,7 +15,6 @@ #pragma once #include "base.h" -#include "log.h" #include "utils.h" namespace chrono { @@ -24,7 +23,7 @@ namespace chrono { typedef union time { uint64_t fixedpoint; - struct { + __anonymous_struct_extension__ struct { #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ uint32_t fractional; union { -- cgit v1.2.3