From 8864d2ee1bb9b56d3b8c748424842ca25d2ddbb9 Mon Sep 17 00:00:00 2001 From: Alexey Shlyonskikh Date: Thu, 17 Aug 2023 15:52:51 +0700 Subject: [PATCH] Fix missing include --- src/core/algorithms/cfd/model/cfd_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/algorithms/cfd/model/cfd_types.h b/src/core/algorithms/cfd/model/cfd_types.h index c14506aa4..2b034d701 100644 --- a/src/core/algorithms/cfd/model/cfd_types.h +++ b/src/core/algorithms/cfd/model/cfd_types.h @@ -1,5 +1,6 @@ #pragma once +#include #include #include #include