fix genconfig compilation

Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
Sergey Isakov 2020-02-21 19:28:24 +03:00
parent 371e80725e
commit 9378884f6e

View File

@ -97,7 +97,9 @@ extern "C" {
#define PCAT_RTC_ADDRESS_REGISTER 0x70
#define PCAT_RTC_DATA_REGISTER 0x71
#ifdef __cplusplus
#include "../cpp_util/remove_ref.h"
#endif
#ifdef _MSC_VER
#define __typeof__(x) decltype(x)
#endif