From dd55708b6fe616c68c66a14a90540fe6ad6acd62 Mon Sep 17 00:00:00 2001 From: Dominik Thoennes <dominik.thoennes@fau.de> Date: Mon, 6 Nov 2023 09:23:52 +0100 Subject: [PATCH] add missing include for defines --- src/core/Variant.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Variant.h b/src/core/Variant.h index 4295a641f..94c281593 100644 --- a/src/core/Variant.h +++ b/src/core/Variant.h @@ -22,6 +22,7 @@ #pragma once // suppress conversion warning that is emitted by icpc compiler with `-Werror` +#include "waLBerlaDefinitions.h" #if ( defined WALBERLA_CXX_COMPILER_IS_INTEL ) #pragma warning(push) #pragma warning disable 68 -- GitLab