Suppress UBSan report in Decimal comparison

This commit is contained in:
Alexey Milovidov 2021-02-13 03:56:38 +03:00
parent 1546f5bcb9
commit c760d5224d

View File

@ -1,6 +1,8 @@
#pragma once
#include <common/extended_types.h>
#include <common/defines.h>
namespace common
{