From 34a0571dc3a539f9e168b1595897ac3900e9b8ce Mon Sep 17 00:00:00 2001 From: GPUCode Date: Fri, 23 Sep 2022 22:16:13 +0300 Subject: [PATCH] common: math_util: Include --- src/common/math_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/math_util.h b/src/common/math_util.h index d97d24330..623f7f39b 100644 --- a/src/common/math_util.h +++ b/src/common/math_util.h @@ -5,6 +5,7 @@ #pragma once #include +#include #include namespace Common {