From c760d5224d042304211a0f6ab157bde4a56a7a3d Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sat, 13 Feb 2021 03:56:38 +0300 Subject: [PATCH] Suppress UBSan report in Decimal comparison --- base/common/arithmeticOverflow.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/common/arithmeticOverflow.h b/base/common/arithmeticOverflow.h index 38f2cf29605..fd557fd5b2d 100644 --- a/base/common/arithmeticOverflow.h +++ b/base/common/arithmeticOverflow.h @@ -1,6 +1,8 @@ #pragma once #include +#include + namespace common {